1 write to RelativePaths
rzc (1)
GenerateCommand.cs (1)
24RelativePaths = Option("-r", "Relative path", CommandOptionType.MultipleValue);
4 references to RelativePaths
rzc (4)
GenerateCommand.cs (4)
87Sources.Values, Outputs.Values, RelativePaths.Values, 123if (RelativePaths.Values.Count != Sources.Values.Count) 125Error.WriteLine($"{Sources.Description} has {Sources.Values.Count}, but {RelativePaths.Description} has {RelativePaths.Values.Count} values.");