1 write to _outputPathOption
aspire (1)
Commands\PipelineCommandBase.cs (1)
82
_outputPathOption
= new Option<string?>("--output-path", "-o")
2 references to _outputPathOption
aspire (2)
Commands\PipelineCommandBase.cs (2)
88
Options.Add(
_outputPathOption
);
152
var outputPath = parseResult.GetValue(
_outputPathOption
);