5 references to NoValue
Templates.Blazor.WebAssembly.Auth.Tests (5)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
239
else if (option.OptionType == CommandOptionType.
NoValue
)
308
else if (option.OptionType == CommandOptionType.
NoValue
)
386
OptionHelp = Option(template, "Show help information", CommandOptionType.
NoValue
);
412
OptionVersion = Option(template, "Show version information", CommandOptionType.
NoValue
);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
79
case CommandOptionType.
NoValue
: