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 70798c1 commit 7b50f35Copy full SHA for 7b50f35
src/cli/cmds/intl.js
@@ -1,3 +1,3 @@
1
-exports.command = 'intl <command>';
+exports.command = ['* <command>', 'intl'];
2
exports.desc = 'Manage intl configuration (only available in intl declination)';
3
exports.builder = (yargs) => yargs.commandDir('intl_cmds');
0 commit comments