Skip to content

Commit

Permalink
fix: document yarn flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 23, 2018
1 parent 2d66a5b commit f833799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_command.ts
Expand Up @@ -5,7 +5,7 @@ import Base from './command_base'
export default abstract class AppCommand extends Base {
static flags = {
defaults: flags.boolean({description: 'use defaults for every setting'}),
options: flags.string({description: '(typescript|tslint|semantic-release|mocha)'}),
options: flags.string({description: '(yarn|typescript|tslint|semantic-release|mocha)'}),
force: flags.boolean({description: 'overwrite existing files'}),
}
static args = [
Expand Down

0 comments on commit f833799

Please sign in to comment.