11 references to GetValue
aspire (5)
Commands\BaseCommand.cs (2)
313
var nonInteractive = result.
GetValue
(RootCommand.NonInteractiveOption);
314
var yes = result.
GetValue
(yesOption);
Commands\DoCommand.cs (1)
36
var listSteps = result.
GetValue
(s_listStepsOption);
Commands\LsCommand.cs (2)
64
if (result.
GetValue
(s_streamOption) && result.
GetValue
(s_formatOption) != OutputFormat.Json)
dotnet-format (4)
Commands\FormatWhitespaceCommand.cs (4)
32
var folder = symbolResult.
GetValue
(FolderOption);
33
var noRestore = symbolResult.
GetValue
(NoRestoreOption);
42
var folder = symbolResult.
GetValue
(FolderOption);
52
var folder = symbolResult.
GetValue
(FolderOption);
Microsoft.DotNet.Cli.CommandLine (1)
ResultNavigationExtensions.cs (1)
30
return optionResult.
GetValue
(optionToGet);
System.CommandLine (1)
ParseResult.cs (1)
133
=> RootCommandResult.
GetValue
(option);