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