CMDLINER-TOOL-COMPLETION(1) Cmdliner Manual CMDLINER-TOOL-COMPLETION(1)

cmdliner-tool-completion - Output tool completion scripts

cmdliner tool-completion [--standalone-completion] [OPTION]… SHELL TOOLNAME

cmdliner tool-completion outputs the tool specific completion script of a given shell. Example:

cmdliner tool-completion zsh mytool

Note that tool specific completion script need the corresponding generic completion script output by generic-completion to be loaded in the shell. To install these scripts see command install tool-completion.

SHELL the shell to support, must be one of bash, zsh or pwsh.
TOOLNAME is the name of the tool to complete.

Generate standalone completion scripts. These scripts do not depend on the generic cmdliner completion scripts. For some shells this may result in slower completion.

Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
Show version information.

cmdliner tool-completion exits with:

0
on success.
123
on indiscriminate errors reported on standard error.
124
on command line parsing errors.
125
on unexpected internal errors (bugs).

cmdliner(1)

Cmdliner v2.1.1