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