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