feature(cloudcmd) --terminal-command: command to run in terminal (shell by default)

This commit is contained in:
coderaiser 2018-09-27 13:50:17 +03:00
parent 8660c06097
commit 7d552b4089
7 changed files with 17 additions and 0 deletions

View file

@ -50,6 +50,7 @@ programs in browser from any computer, mobile or tablet device.
--sync-console-path sync console path
--terminal enable terminal
--terminal-path set terminal path
--terminal-command set command to run in terminal (shell by default)
--vim enable vim hot keys
--columns set visible columns
--export enable export of config through a server
@ -75,6 +76,7 @@ programs in browser from any computer, mobile or tablet device.
--no-console disable console
--no-sync-console-path do not sync console path
--no-terminal disable terminal
--no-terminal-command set default shell to run in terminal
--no-vim disable vim hot keys
--no-columns set visible default columns
--no-export disable export of config through a server