feature: Adds user command.
This commit is contained in:
parent
2f7f2088cd
commit
ee6556adb6
7 changed files with 157 additions and 6 deletions
|
@ -25,7 +25,7 @@ export class SSHCommand extends Command {
|
|||
this.configureOutput({
|
||||
writeOut: str => println(str),
|
||||
writeErr: str => {
|
||||
if (str.includes("--help") || str.includes("-h")) return;
|
||||
if (this.hasRecievedExitSignal) return;
|
||||
println(str);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue