exit on --help
This commit is contained in:
parent
5970380824
commit
72aed99b78
|
@ -16,7 +16,8 @@ if (args['help']) {
|
||||||
' --set-key: Specify your key\n' +
|
' --set-key: Specify your key\n' +
|
||||||
' --dry-run: Don\'t write anything, just do the thing\n' +
|
' --dry-run: Don\'t write anything, just do the thing\n' +
|
||||||
' --stdout -s: Don\'t write to file, write to stdout instead'
|
' --stdout -s: Don\'t write to file, write to stdout instead'
|
||||||
)
|
);
|
||||||
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args['key-only']) {
|
if (args['key-only']) {
|
||||||
|
|
Loading…
Reference in New Issue