Skip to content

Shell Completion

Generate autocompletion scripts for your shell to get tab completion for all enumctl commands and flags.

Load completions in your current session:

Terminal window
source <(enumctl completion bash)

Load completions for every new session:

Linux:

Terminal window
enumctl completion bash > /etc/bash_completion.d/enumctl

macOS:

Terminal window
enumctl completion bash > $(brew --prefix)/etc/bash_completion.d/enumctl

Restart your shell after setting up persistent completions.