diff --git a/bin/better-crowdin b/bin/better-crowdin index f6a6b62..1761598 100755 --- a/bin/better-crowdin +++ b/bin/better-crowdin @@ -11,8 +11,6 @@ yargs .default('config', './crowdin.yml') .default('skipValidation', []) .default('baseBranches', ['master']) - .hide('skipValidation') - .hide('baseBranches') .config('config', 'Crowdin configuration file path', (configPath) => camelcase(yaml.safeLoad(fs.readFileSync(configPath))), ) @@ -37,7 +35,6 @@ yargs type: 'boolean', }, }) - .showHidden(false) .commandDir('../lib/commands') .recommendCommands() .version() diff --git a/package.json b/package.json index c5b2f71..e94aa75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-crowdin", - "version": "1.0.0", + "version": "1.0.1", "description": "Crowdin CLI on steroids", "skipBuild": true, "license": "UNLICENSED",