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