mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 06:27:23 +01:00
more cli tests
This commit is contained in:
2
cli.js
2
cli.js
@@ -39,7 +39,7 @@ if (argv.help || argv.h) {
|
||||
console.log('Using profile', profile);
|
||||
}
|
||||
|
||||
console.log('Switching on', selectedMonitors);
|
||||
console.log('Switching on', selectedMonitors.length ? selectedMonitors : 'all connected monitors');
|
||||
|
||||
devices.then(devices => {
|
||||
const xrandrOptions = swm.generateXrandrOptions(selectedMonitors, devices);
|
||||
|
||||
Reference in New Issue
Block a user