diff --git a/template/_index.js b/template/_index.js index 3a65eed..a6b9655 100644 --- a/template/_index.js +++ b/template/_index.js @@ -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); })();