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 aed3ef4 commit f99dda7Copy full SHA for f99dda7
src/sequelize.js
@@ -60,4 +60,5 @@ yargs
60
.wrap(yargs.terminalWidth())
61
.demandCommand(1, 'Please specify a command')
62
.help()
63
- .strict().argv;
+ .strict()
64
+ .recommendCommands().argv;
0 commit comments