| title | attr search-terms |
|---|---|
| categories | core |
| version | 0.105.0 |
| core | Attribute for adding search terms to custom commands. |
| usage | Attribute for adding search terms to custom commands. |
| editLink | false |
| contributors | false |
attr search-terms for core
Attribute for adding search terms to custom commands.
> attr search-terms {flags} ...rest
...rest: Search terms.
| input | output |
|---|---|
| nothing | list<string> |
Add search terms to a custom command
> # Double numbers
@search-terms multiply times
def double []: [number -> number] { $in * 2 }