Skip to content

Commit

Permalink
Add -T CLI option (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
steadicat authored and blakeembrey committed Apr 26, 2018
1 parent 4385d96 commit c691e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin.ts
Expand Up @@ -46,7 +46,7 @@ const argv = minimist<Argv>(process.argv.slice(2), {
help: ['h'],
version: ['v'],
typeCheck: ['type-check'],
transpileOnly: ['transpile-only'],
transpileOnly: ['T', 'transpile-only'],
cacheDirectory: ['cache-directory'],
ignore: ['I'],
project: ['P'],
Expand Down

0 comments on commit c691e49

Please sign in to comment.