mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
plugin: Display help by default
This commit is contained in:
@@ -76,3 +76,6 @@ program
|
||||
|
||||
|
||||
program.parse(process.argv);
|
||||
|
||||
// Display help if no arguments
|
||||
if (!program.args.length) program.help();
|
||||
|
||||
Reference in New Issue
Block a user