mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(help) add --terminal-auto-restart
This commit is contained in:
parent
d93875b751
commit
d33ee8a7f0
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"--terminal ": "enable terminal",
|
||||
"--terminal-path ": "set terminal path",
|
||||
"--terminal-command ": "set command to run in terminal (shell by default)",
|
||||
"--terminal-auto-restart ": "restart command on exit",
|
||||
"--vim ": "enable vim hot keys",
|
||||
"--columns ": "set visible columns",
|
||||
"--export ": "enable export of config through a server",
|
||||
|
|
@ -60,6 +61,7 @@
|
|||
"--no-contact ": "disable contact",
|
||||
"--no-terminal ": "disable terminal",
|
||||
"--no-terminal-command ": "set default shell to run in terminal",
|
||||
"--no-terminal-auto-restart ": "do not restart command on exit",
|
||||
"--no-vim ": "disable vim hot keys",
|
||||
"--no-columns ": "set default visible columns",
|
||||
"--no-export ": "disable export config through a server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue