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 74db965 commit 7867fddCopy full SHA for 7867fdd
src/Microsoft.OpenApi.Hidi/Handlers/TransformCommandHandler.cs
@@ -50,6 +50,8 @@ public async Task<int> InvokeAsync(InvocationContext context)
50
string filterbyoperationids = context.ParseResult.GetValueForOption(FilterByOperationIdsOption);
51
string filterbytags = context.ParseResult.GetValueForOption(FilterByTagsOption);
52
string filterbycollection = context.ParseResult.GetValueForOption(FilterByCollectionOption);
53
+
54
+ var console = context.Console;
55
CancellationToken cancellationToken = (CancellationToken)context.BindingContext.GetService(typeof(CancellationToken));
56
57
using var loggerFactory = Logger.ConfigureLogger(logLevel);
0 commit comments