plugin: Display help by default

This commit is contained in:
Soreine
2016-12-02 17:35:10 +01:00
parent e1bcb4ed7d
commit ec149e6112
+3
View File
@@ -76,3 +76,6 @@ program
program.parse(process.argv);
// Display help if no arguments
if (!program.args.length) program.help();