Skip to content

Commit f99dda7

Browse files
feat(yargs): recommend commands (#911)
1 parent aed3ef4 commit f99dda7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sequelize.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ yargs
6060
.wrap(yargs.terminalWidth())
6161
.demandCommand(1, 'Please specify a command')
6262
.help()
63-
.strict().argv;
63+
.strict()
64+
.recommendCommands().argv;

0 commit comments

Comments
 (0)