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