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