diff --git a/cli.js b/cli.js index 0786f80..9b19a8f 100755 --- a/cli.js +++ b/cli.js @@ -61,6 +61,7 @@ const parser = yargs(hideBin(process.argv)) .completion('completion', false) .command(commands) .demandCommand(1) + .usageConfiguration({ 'hide-types': true }) // .recommendCommands() .strict(false) .fail(false)