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