1 write to InputDirectory
Swaggatherer (1)
SwaggathererApplication.cs (1)
23
InputDirectory
= Option("-d", "input directory", CommandOptionType.SingleValue);
4 references to InputDirectory
Swaggatherer (4)
SwaggathererApplication.cs (4)
40
if (!Input.HasValue() && !
InputDirectory
.HasValue())
46
if (Input.HasValue() &&
InputDirectory
.HasValue())
57
if (
InputDirectory
.HasValue())
59
Input.Values.AddRange(Directory.EnumerateFiles(
InputDirectory
.Value(), "*.json", SearchOption.AllDirectories));