Skip to content

Commit

Permalink
fix(intl): using intl as default command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab-CI committed Nov 14, 2018
1 parent 70798c1 commit 7b50f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmds/intl.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exports.command = 'intl <command>';
exports.command = ['* <command>', 'intl'];
exports.desc = 'Manage intl configuration (only available in intl declination)';
exports.builder = (yargs) => yargs.commandDir('intl_cmds');

0 comments on commit 7b50f35

Please # to comment.