1 write to Output
Swaggatherer (1)
SwaggathererApplication.cs (1)
24Output = Option("-o", "output", CommandOptionType.SingleValue);
3 references to Output
Swaggatherer (3)
SwaggathererApplication.cs (3)
52if (!Output.HasValue()) 54Output.Values.Add("Out.generated.cs"); 121File.WriteAllText(Output.Value(), text);