2 references to YesOption
dotnet (2)
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
26
public static readonly Option<bool> YesOption = CommonOptions.
YesOption
;
InteractiveConsole.cs (1)
24
if (parseResult.GetValue(CommonOptions.
YesOption
))