Merge pull request #8787 from RyanCavanaugh/cmdLineHelp

Recognize '-?' / '--?' in tsc
This commit is contained in:
Ryan Cavanaugh 2016-05-24 12:49:49 -07:00
commit 50529acc72

View File

@ -37,6 +37,11 @@ namespace ts {
type: "boolean",
description: Diagnostics.Print_this_message,
},
{
name: "help",
shortName: "?",
type: "boolean"
},
{
name: "init",
type: "boolean",