Skip to content

Commit

Permalink
🐛 FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 15, 2020
1 parent 4223938 commit 5eec27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { clear, debug } = flags;

(async () => {
init({ clear });
input.include(`help`) && cli.showHelp(0);
input.includes(`help`) && cli.showHelp(0);

debug && log(flags);
})();

0 comments on commit 5eec27d

Please sign in to comment.