1 write to HttpMethods
Swaggatherer (1)
SwaggathererApplication.cs (1)
21HttpMethods = Option("-m|--method", "allow multiple endpoints with different http method", CommandOptionType.NoValue);
2 references to HttpMethods
Swaggatherer (2)
SwaggathererApplication.cs (2)
160Method = HttpMethods.HasValue() ? method.Name.ToString() : null, 202if (HttpMethods.HasValue() &&