1 write to _stepArgument
aspire (1)
Commands\DoCommand.cs (1)
26
_stepArgument
= new Argument<string>("step")
5 references to _stepArgument
aspire (5)
Commands\DoCommand.cs (5)
31
Arguments.Add(
_stepArgument
);
35
var step = result.GetValue(
_stepArgument
);
62
var step = parseResult.GetValue(
_stepArgument
);
117
protected override string? GetTargetStepName(ParseResult parseResult) => parseResult.GetValue(
_stepArgument
);
126
var step = parseResult.GetValue(
_stepArgument
);