Recognize '-?' / '--?' in tsc

This commit is contained in:
Ryan Cavanaugh 2016-05-24 11:33:23 -07:00
parent 27292e4292
commit 28f548a740

View file

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