3 references to SingleValue
Swaggatherer (3)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
72case CommandOptionType.SingleValue:
SwaggathererApplication.cs (2)
23InputDirectory = Option("-d", "input directory", CommandOptionType.SingleValue); 24Output = Option("-o", "output", CommandOptionType.SingleValue);