feature(cloudcmd) add --terminal-auto-restart

This commit is contained in:
coderaiser 2018-09-28 11:19:54 +03:00
parent 91ab03c0ed
commit 3ef7ba9fdf
5 changed files with 51 additions and 40 deletions

View file

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