mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) showKeysPanel -> keysPanel
This commit is contained in:
parent
ab83db8059
commit
745e9b732c
9 changed files with 28 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"online": true,
|
||||
"open": false,
|
||||
"cache": true,
|
||||
"showKeysPanel": true,
|
||||
"keysPanel": true,
|
||||
"port": 8000,
|
||||
"ip": null,
|
||||
"root": "/",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"--terminal-path ": "set terminal path",
|
||||
"--vim ": "enable vim hot keys",
|
||||
"--columns ": "set visible columns",
|
||||
"--keys-panel ": "show keys panel",
|
||||
"--no-server ": "do not start server",
|
||||
"--no-auth ": "disable authorization",
|
||||
"--no-online ": "load scripts from local server",
|
||||
|
|
@ -44,5 +45,6 @@
|
|||
"--no-contact ": "disable contact",
|
||||
"--no-terminal ": "disable terminal",
|
||||
"--no-vim ": "disable vim hot keys",
|
||||
"--no-keys-panel ": "hide keys panel",
|
||||
"--no-columns ": "set default visible columns"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue