Just name the option 'pretty' for now.

This commit is contained in:
Daniel Rosenwasser
2015-11-02 13:20:48 -08:00
parent 4219c5ffec
commit 654cbd9779
4 changed files with 9 additions and 18 deletions

View File

@@ -21,17 +21,6 @@ namespace ts {
name: "diagnostics",
type: "boolean",
},
{
name: "diagnosticStyle",
paramType: Diagnostics.KIND,
description: Diagnostics.Specify_diagnostic_printing_style_Colon_simple_default_or_pretty,
type: {
"simple": DiagnosticStyle.Simple,
"pretty": DiagnosticStyle.Pretty,
},
error: Diagnostics.Argument_for_diagnosticStyle_must_be_simple_or_pretty,
experimental: true,
},
{
name: "emitBOM",
type: "boolean"
@@ -162,6 +151,12 @@ namespace ts {
type: "boolean",
description: Diagnostics.Do_not_erase_const_enum_declarations_in_generated_code
},
{
name: "pretty",
paramType: Diagnostics.KIND,
description: Diagnostics.Stylize_errors_and_messages_using_colors_if_available_experimental,
type: "boolean"
},
{
name: "project",
shortName: "p",