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
varlogLevelOption=newOption<LogLevel>("--loglevel",()=>LogLevel.Information,"The log level to use when logging messages to the main output.");
45
+
varlogLevelOption=newOption<LogLevel>("--log-level",()=>LogLevel.Information,"The log level to use when logging messages to the main output.");
46
46
logLevelOption.AddAlias("--ll");
47
47
48
48
varfilterByOperationIdsOption=newOption<string>("--filter-by-operationids","Filters OpenApiDocument by comma delimited list of OperationId(s) provided");
0 commit comments