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