mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(cloudcmd) --terminal-command: command to run in terminal (shell by default)
This commit is contained in:
parent
8660c06097
commit
7d552b4089
7 changed files with 17 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ function listen(prefix, socket) {
|
|||
config('terminal') && terminal().listen(socket, {
|
||||
auth,
|
||||
prefix: prefix + '/gritty',
|
||||
command: config('terminalCommand'),
|
||||
});
|
||||
|
||||
distribute.export(socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue