1 write to Outputs
rzc (1)
GenerateCommand.cs (1)
21
Outputs
= Option("-o", "Generated output file path", CommandOptionType.MultipleValue);
4 references to Outputs
rzc (4)
GenerateCommand.cs (4)
82
Sources.Values,
Outputs
.Values, RelativePaths.Values,
102
if (
Outputs
.Values.Count != Sources.Values.Count)
104
Error.WriteLine($"{Sources.Description} has {Sources.Values.Count}, but {
Outputs
.Description} has {
Outputs
.Values.Count} values.");