Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
remove unexisting yargs command
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier López Pardo committed Oct 7, 2019
1 parent 58c20fd commit a4fb80c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bin/better-crowdin
Original file line number Diff line number Diff line change
Expand Up @@ -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))),
)
Expand All @@ -37,7 +35,6 @@ yargs
type: 'boolean',
},
})
.showHidden(false)
.commandDir('../lib/commands')
.recommendCommands()
.version()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-crowdin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Crowdin CLI on steroids",
"skipBuild": true,
"license": "UNLICENSED",
Expand Down

0 comments on commit a4fb80c

Please sign in to comment.