2 references to VerbosityOption
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
32
private readonly VerbosityOptions _verbosity = result.GetValue(ToolExecuteCommandParser.
VerbosityOption
);
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
57
command.Options.Add(
VerbosityOption
);