Skip to content

Example: Bash Completion

Source: examples/docker/completions.sh

Shows the bash-completion script generated by cli-er for the docker example CLI. You can generate one for your own CLI by calling Cli.completions() or via the auto-included generate-completions command.

See Features → Bash completion for configuration options.

Released under the MIT License.