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