feature(config) add ability to remove auth change from config with help of --config-auth flag

This commit is contained in:
coderaiser 2018-10-16 13:12:55 +03:00
parent c73e4f1e29
commit 8379a4a9bf
9 changed files with 32 additions and 13 deletions

View file

@ -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",