1 write to _stepArgument
aspire (1)
Commands\DoCommand.cs (1)
24
_stepArgument
= new Argument<string>("step")
3 references to _stepArgument
aspire (3)
Commands\DoCommand.cs (3)
28
Arguments.Add(
_stepArgument
);
39
var step = parseResult.GetValue(
_stepArgument
);
78
var step = parseResult.GetValue(
_stepArgument
);