Skip to content

Commit 7b50f35

Browse files
author
Gitlab-CI
committed
fix(intl): using intl as default command
1 parent 70798c1 commit 7b50f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cmds/intl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
exports.command = 'intl <command>';
1+
exports.command = ['* <command>', 'intl'];
22
exports.desc = 'Manage intl configuration (only available in intl declination)';
33
exports.builder = (yargs) => yargs.commandDir('intl_cmds');

0 commit comments

Comments
 (0)