1 write to _stepArgument
aspire (1)
Commands\DoCommand.cs (1)
28_stepArgument = new Argument<string>("step")
4 references to _stepArgument
aspire (4)
Commands\DoCommand.cs (4)
33Arguments.Add(_stepArgument); 42var step = parseResult.GetValue(_stepArgument); 50var step = parseResult.GetValue(_stepArgument); 97var step = parseResult.GetValue(_stepArgument);