6 references to s_commandArgument
aspire (6)
Commands\ResourceCommand.cs (6)
91
Arguments.Add(
s_commandArgument
);
107
var commandName = result.GetValue(
s_commandArgument
);
110
result.AddError(string.Format(CultureInfo.CurrentCulture, ResourceCommandStrings.ArgumentRequired,
s_commandArgument
.Name));
124
var commandName = parseResult.GetValue(
s_commandArgument
)!;
598
var request = ResourceCommandHelpParser.Parse(parseResult, s_resourceArgument,
s_commandArgument
, s_appHostOption);
733
var commandArgumentResult = parseResult.GetResult(
s_commandArgument
);