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