redis-di completion
Generates a shell autocompletion script
Generates an autocompletion script for redis-di for the specified shell. Supported shells are
bash, zsh, fish, and powershell.
Usage
redis-di completion [bash|zsh|fish|powershell]
Run redis-di completion <shell> --help for the per-shell installation instructions.
Example
To load completions into the current bash session:
source <(redis-di completion bash)