mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(terminal) add optional --terminal support
This commit is contained in:
parent
9c80c0f3ac
commit
db2a58ca44
14 changed files with 266 additions and 19 deletions
|
|
@ -18,6 +18,8 @@
|
|||
"--one-panel-mode ": "set one panel mode",
|
||||
"--config-dialog ": "enable config dialog",
|
||||
"--console ": "enable console",
|
||||
"--terminal ": "enable terminal",
|
||||
"--terminal-path ": "set terminal path",
|
||||
"--open ": "open web browser when server started",
|
||||
"--no-server ": "do not start server",
|
||||
"--no-auth ": "disable authorization",
|
||||
|
|
@ -28,5 +30,6 @@
|
|||
"--no-html-dialogs ": "do not use html dialogs",
|
||||
"--no-one-panel-mode ": "unset one panel mode",
|
||||
"--no-config-dialog ": "disable config dialog",
|
||||
"--no-console ": "disable console"
|
||||
"--no-console ": "disable console",
|
||||
"--no-terminal ": "disable terminal"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue