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

Commit

Permalink
Mark --fix as boolean so it doesn't consume args (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchen63 authored Nov 18, 2016
1 parent b90c666 commit 1657468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tslint-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let processed = optimist
},
fix: {
describe: "Fixes linting errors for select rules. This may overwrite linted files",
type: "boolean",
},
force: {
describe: "return status code 0 even if there are lint errors",
Expand Down

0 comments on commit 1657468

Please sign in to comment.