feature(cloudcmd) add --confirm-move

This commit is contained in:
coderaiser 2017-09-29 11:46:15 +03:00
parent 743b76d3ec
commit e5e8a566e2
8 changed files with 30 additions and 6 deletions

View file

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

View file

@ -15,6 +15,7 @@
"--port ": "set port number",
"--progress ": "show progress of file operations",
"--confirm-copy ": "confirm copy",
"--confirm-move ": "confirm move",
"--html-dialogs ": "use html dialogs",
"--open ": "open web browser when server started",
"--name ": "set tab name in web browser",
@ -33,6 +34,7 @@
"--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-confirm-move ": "do not confirm move",
"--no-html-dialogs ": "do not use html dialogs",
"--no-config-dialog ": "disable config dialog",
"--no-console ": "disable console",