mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add ability to remove auth change from config with help of --config-auth flag
This commit is contained in:
parent
c73e4f1e29
commit
8379a4a9bf
9 changed files with 32 additions and 13 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"confirmCopy": true,
|
||||
"confirmMove": true,
|
||||
"configDialog": true,
|
||||
"configAuth": true,
|
||||
"oneFilePanel": false,
|
||||
"console": true,
|
||||
"syncConsolePath": false,
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
"--one-file-panel ": "show one file panel",
|
||||
"--keys-panel ": "show keys panel",
|
||||
"--config-dialog ": "enable config dialog",
|
||||
"--config-auth ": "enable auth change in config dialog",
|
||||
"--console ": "enable console",
|
||||
"--sync-console-path ": "sync console path",
|
||||
"--contact ": "enable contact",
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
"--no-confirm-copy ": "do not confirm copy",
|
||||
"--no-confirm-move ": "do not confirm move",
|
||||
"--no-config-dialog ": "disable config dialog",
|
||||
"--no-config-auth ": "disable auth change in config dialog",
|
||||
"--no-console ": "disable console",
|
||||
"--no-sync-console-path ": "do not sync console path",
|
||||
"--no-contact ": "disable contact",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue