mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --terminal-auto-restart
This commit is contained in:
parent
91ab03c0ed
commit
3ef7ba9fdf
5 changed files with 51 additions and 40 deletions
|
|
@ -51,6 +51,7 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--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
|
||||
|
|
@ -77,6 +78,7 @@ programs in browser from any computer, mobile or tablet device.
|
|||
--no-sync-console-path do not sync console path
|
||||
--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 visible default columns
|
||||
--no-export disable export of config through a server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue