Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 884 Bytes

File metadata and controls

38 lines (29 loc) · 884 Bytes
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.

Signature

> attr complete external {flags}

Input/output types:

input output
nothing nothing

Examples

Use the external completer for a wrapper command.

> @complete external
def --wrapped jc [...args] {
    ^jc ...$args | from json
}