mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
fix(cloudcmd) app, help: remove duplicate keys
This commit is contained in:
parent
75c6abb2b1
commit
a9e9dd7270
2 changed files with 0 additions and 6 deletions
5
app.json
5
app.json
|
|
@ -63,11 +63,6 @@
|
|||
"value": "",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_CONFIG_DIALOG": {
|
||||
"description": "show config dialog",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_ONE_FILE_PANEL": {
|
||||
"description": "show one file panel",
|
||||
"value": "false",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@
|
|||
"--no-name ": "set default tab name in web browser",
|
||||
"--no-one-file-panel ": "show two file panels",
|
||||
"--no-keys-panel ": "hide keys panel",
|
||||
"--no-one-file-panel ": "show two file panels",
|
||||
"--no-confirm-copy ": "do not confirm copy",
|
||||
"--no-confirm-move ": "do not confirm move",
|
||||
"--no-config-dialog ": "disable config dialog",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue