12 references to NoValue
dotnet-user-jwts (12)
Commands\ClearCommand.cs (1)
20
CommandOptionType.
NoValue
);
Commands\KeyCommand.cs (2)
32
CommandOptionType.
NoValue
);
37
CommandOptionType.
NoValue
);
Commands\ListCommand.cs (1)
21
CommandOptionType.
NoValue
);
Commands\PrintCommand.cs (1)
18
var showAllOption = cmd.Option("--show-all", Resources.PrintCommand_ShowAllOption_Description, CommandOptionType.
NoValue
);
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
:
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (2)
16
=> app.Option("-v|--verbose", "Show verbose output", CommandOptionType.
NoValue
, inherited: true);
35
: CommandOptionType.
NoValue
);