1 write to _stepArgument
aspire (1)
Commands\DoCommand.cs (1)
26_stepArgument = new Argument<string>("step")
3 references to _stepArgument
aspire (3)
Commands\DoCommand.cs (3)
30Arguments.Add(_stepArgument); 41var step = parseResult.GetValue(_stepArgument); 80var step = parseResult.GetValue(_stepArgument);