We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13128dd commit e447b48Copy full SHA for e447b48
1 file changed
src/lib/ssh.ts
@@ -49,7 +49,7 @@ export function registerSSH(program: Command) {
49
const key = await readFileOrKey(options.add);
50
const credential = await postSSHKeys(key);
51
console.log("Added ssh key");
52
- return;
+ process.exit(0);
53
}
54
55
cmd.help();
0 commit comments