We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285dbb3 commit 6039288Copy full SHA for 6039288
src/main/electron.js
@@ -432,7 +432,7 @@ app.whenReady().then(() =>
432
program
433
.version(app.getVersion())
434
.usage('[options] <input file/folder>')
435
- .argument('<input file/folder>', 'input drawio file or a folder with drawio files')
+ .argument('[input file/folder]', 'input drawio file or a folder with drawio files')
436
.allowUnknownOption() //-h and --help are considered unknown!!
437
.option('-c, --create', 'creates a new empty file if no file is passed')
438
.option('-k, --check', 'does not overwrite existing files')
0 commit comments