diff --git a/dev-infra/ts-circular-dependencies/index.ts b/dev-infra/ts-circular-dependencies/index.ts index 9dc9879c37..f55d8be5c0 100644 --- a/dev-infra/ts-circular-dependencies/index.ts +++ b/dev-infra/ts-circular-dependencies/index.ts @@ -29,10 +29,9 @@ const defaultGlob = if (require.main === module) { const {_: command, goldenFile, glob, baseDir, warnings} = yargs.help() - .version(false) .strict() - .command('check ', 'Checks if the circular dependencies have changed.') - .command('approve ', 'Approves the current circular dependencies.') + .command('check ', 'Checks if the circular dependencies have changed.') + .command('approve ', 'Approves the current circular dependencies.') .demandCommand() .option( 'approve',