We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afba9d8 commit de72343Copy full SHA for de72343
src/Microsoft.OpenApi.Hidi/Program.cs
@@ -39,7 +39,7 @@ static async Task Main(string[] args)
39
var formatOption = new Option<OpenApiFormat?>("--format", "File format");
40
formatOption.AddAlias("-f");
41
42
- var terseOutputOption = new Option<bool>("--terseOutput", "Produce terse json output");
+ var terseOutputOption = new Option<bool>("--terse-output", "Produce terse json output");
43
terseOutputOption.AddAlias("-to");
44
45
var logLevelOption = new Option<LogLevel>("--loglevel", () => LogLevel.Information, "The log level to use when logging messages to the main output.");
0 commit comments