1 reference to ForwardedOptionValues
dotnet (1)
Commands\Test\VSTest\TestCommand.cs (1)
203string? verbosityArg = result.ForwardedOptionValues<IReadOnlyCollection<string>>(TestCommandParser.GetCommand(), "--verbosity")?.SingleOrDefault() ?? null;