From f8337999b5a22cbe9bfa90a7d7a026a1a15a333b Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 22 Mar 2018 17:50:47 -0700 Subject: [PATCH] fix: document yarn flag --- src/app_command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_command.ts b/src/app_command.ts index 5555d246f..dd711ab53 100644 --- a/src/app_command.ts +++ b/src/app_command.ts @@ -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 = [