exit on --help

This commit is contained in:
b1ek 2023-02-23 00:21:49 +10:00
parent 5970380824
commit 72aed99b78
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ if (args['help']) {
' --set-key: Specify your key\n' +
' --dry-run: Don\'t write anything, just do the thing\n' +
' --stdout -s: Don\'t write to file, write to stdout instead'
)
);
process.exit(0);
}
if (args['key-only']) {