added comment
This commit is contained in:
2
index.js
2
index.js
@ -49,6 +49,8 @@ const usageDefinition = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
// if --help is present or --zip wasn't defined,
|
||||||
|
// then display the help screen and exit the program.
|
||||||
if (options['help'] || options['zip'] === undefined) {
|
if (options['help'] || options['zip'] === undefined) {
|
||||||
console.log(getUsage(usageDefinition));
|
console.log(getUsage(usageDefinition));
|
||||||
process.exit();
|
process.exit();
|
||||||
|
Reference in New Issue
Block a user