6 references to Option
Swaggatherer (6)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
386
OptionHelp =
Option
(template, "Show help information", CommandOptionType.NoValue);
412
OptionVersion =
Option
(template, "Show version information", CommandOptionType.NoValue);
SwaggathererApplication.cs (4)
21
HttpMethods =
Option
("-m|--method", "allow multiple endpoints with different http method", CommandOptionType.NoValue);
22
Input =
Option
("-i", "input swagger 2.0 JSON file", CommandOptionType.MultipleValue);
23
InputDirectory =
Option
("-d", "input directory", CommandOptionType.SingleValue);
24
Output =
Option
("-o", "output", CommandOptionType.SingleValue);