1 Ziptie-Completion
ziptie-make-completion converts output of selected executable help page into a completion plugin for a specified interactive shell.
Help output (for -h or --help) of commands differ, so the only one supported right now is the Racket-style one created by using the racket/cmdline library’s command-line macro.
1.1 Synopsis
ziptie-make-completion invocation the following form is accepted:
ziptie-make-completion [option] ... <executable>
The completion plugin contents are printed to the standard output (most likely the terminal window), so to put them into a file the output has to be redirected into the specified file, for example:
ziptie-make-completion --completion-type zsh ziptie-make-completion \
> _ziptie-make-completion
1.2 Flags
-t ‹type-name› or --compeltion-type ‹type-name› —
pick a complewtion type to generate completions for -s or --supported —
list all completion types supported by ziptie-make-completion