From c225f01b41da02acee5605a1060b899f064d91e4 Mon Sep 17 00:00:00 2001 From: "Stefano J. Attardi" Date: Wed, 25 Apr 2018 15:56:39 -0700 Subject: [PATCH] Add -T option to match what --help says --- src/bin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin.ts b/src/bin.ts index 59b606afc..74d4b816d 100644 --- a/src/bin.ts +++ b/src/bin.ts @@ -46,7 +46,7 @@ const argv = minimist(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'],