feature(cloudcmd) add --confirm-copy

This commit is contained in:
coderaiser 2017-09-29 11:42:48 +03:00
parent df28ac7a78
commit 743b76d3ec
8 changed files with 66 additions and 38 deletions

View file

@ -22,6 +22,7 @@
"progress": true,
"htmlDialogs": true,
"contact": true,
"confirmCopy": true,
"configDialog": true,
"onePanelMode": false,
"console": true,

View file

@ -14,6 +14,7 @@
"--prefix ": "set url prefix",
"--port ": "set port number",
"--progress ": "show progress of file operations",
"--confirm-copy ": "confirm copy",
"--html-dialogs ": "use html dialogs",
"--open ": "open web browser when server started",
"--name ": "set tab name in web browser",
@ -31,6 +32,7 @@
"--no-name ": "set default tab name in web browser",
"--no-one-panel-mode ": "unset one panel mode",
"--no-progress ": "do not show progress of file operations",
"--no-confirm-copy ": "do not confirm copy",
"--no-html-dialogs ": "do not use html dialogs",
"--no-config-dialog ": "disable config dialog",
"--no-console ": "disable console",