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

This commit is contained in:
Ryan Cavanaugh
2016-05-24 12:12:38 -07:00
parent 27292e4292
commit 28f548a740
+5
View File
@@ -37,6 +37,11 @@ namespace ts {
type: "boolean",
description: Diagnostics.Print_this_message,
},
{
name: "help",
shortName: "?",
type: "boolean"
},
{
name: "init",
type: "boolean",