2 overrides of GetSearchTerm
aspire (2)
Commands\IntegrationSearchCommand.cs (2)
234protected override string? GetSearchTerm(ParseResult parseResult) => null; 253protected override string? GetSearchTerm(ParseResult parseResult) => parseResult.GetValue(_queryArgument);
1 reference to GetSearchTerm
aspire (1)
Commands\IntegrationSearchCommand.cs (1)
56var searchTerm = GetSearchTerm(parseResult);