6 references to NoValue
Swaggatherer (6)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
239else if (option.OptionType == CommandOptionType.NoValue) 308else if (option.OptionType == CommandOptionType.NoValue) 386OptionHelp = Option(template, "Show help information", CommandOptionType.NoValue); 412OptionVersion = Option(template, "Show version information", CommandOptionType.NoValue);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
79case CommandOptionType.NoValue:
SwaggathererApplication.cs (1)
21HttpMethods = Option("-m|--method", "allow multiple endpoints with different http method", CommandOptionType.NoValue);