6 references to s_commandArgument
aspire (6)
Commands\ResourceCommand.cs (6)
92
Arguments.Add(
s_commandArgument
);
108
var commandName = result.GetValue(
s_commandArgument
);
111
result.AddError(string.Format(CultureInfo.CurrentCulture, ResourceCommandStrings.ArgumentRequired,
s_commandArgument
.Name));
125
var commandName = parseResult.GetValue(
s_commandArgument
)!;
599
var request = ResourceCommandHelpParser.Parse(parseResult, s_resourceArgument,
s_commandArgument
, s_appHostOption);
737
var commandArgumentResult = parseResult.GetResult(
s_commandArgument
);