fix(help) add --terminal-auto-restart

This commit is contained in:
coderaiser 2019-02-01 17:25:34 +02:00
parent d93875b751
commit d33ee8a7f0

View file

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