On this page:
1.1 Synopsis
1.2 Flags
8.12

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🔗ℹ