mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --confirm-move
This commit is contained in:
parent
743b76d3ec
commit
e5e8a566e2
8 changed files with 30 additions and 6 deletions
|
|
@ -23,6 +23,7 @@
|
|||
"htmlDialogs": true,
|
||||
"contact": true,
|
||||
"confirmCopy": true,
|
||||
"confirmMove": true,
|
||||
"configDialog": true,
|
||||
"onePanelMode": false,
|
||||
"console": true,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue