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