You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/EventHorizon.Blazor.TypeScript.Interop.Generator.Tests/Formatter/ExpectedResults/CSharpTextFormatter.Expected.txt
@@ -50,13 +51,18 @@ static int Main(string[] args)
50
51
newstring[]{"--force","-f"},
51
52
getDefaultValue:()=>false,
52
53
description:"This will force generation, by deleting --project-generation-location"
53
-
)
54
+
),
55
+
newOption<string>(
56
+
newstring[]{"--parser","-p"},
57
+
getDefaultValue:()=>"dotnet",
58
+
description:"The type of TypeScript parser to use, 'dotnet' will use the embedded .NET parser. 'nodejs' will use the TypeScript compiler through NodeJS (requires NodeJS installed)."
59
+
),
54
60
};
55
61
56
-
rootCommand.Description="Generate a Blazor WASM project from a TypeScript definition file.";
62
+
rootCommand.Description="Generate a Blazor Wasm project from a TypeScript definition file.";
57
63
58
64
// Note that the parameters of the handler method are matched according to the names of the options
0 commit comments