| title | attr complete external |
|---|---|
| categories | core |
| version | 0.112.0 |
| core | Attribute for enabling use of the external completer for internal commands. |
| usage | Attribute for enabling use of the external completer for internal commands. |
| editLink | false |
| contributors | false |
attr complete external for core
Attribute for enabling use of the external completer for internal commands.
> attr complete external {flags}
| input | output |
|---|---|
| nothing | nothing |
Use the external completer for a wrapper command.
> @complete external
def --wrapped jc [...args] {
^jc ...$args | from json
}