Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompletionHandler ¶
CompletionHandler dispatches dynamic completion requests routed through `--@complete=<kind>` (clib's predictor mechanism). The shell completion script invokes `jira --@complete=foo -- arg1 arg2` for positional args; this handler emits one candidate per line, optionally `value\tdesc`.
Each predictor name corresponds either to a flag's `clib.FlagExtra{Complete: "predictor=foo"}` or to an entry in a command's `Annotations["clib"]` `dynamic-args='foo,bar'` list.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.