We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223938 commit 5eec27dCopy full SHA for 5eec27d
template/_index.js
@@ -17,7 +17,7 @@ const { clear, debug } = flags;
17
18
(async () => {
19
init({ clear });
20
- input.include(`help`) && cli.showHelp(0);
+ input.includes(`help`) && cli.showHelp(0);
21
22
debug && log(flags);
23
})();
0 commit comments