completion
eryx completion prints a shell completion script for Eryx.
Usage
eryx completion <bash|zsh|fish|powershell>
Supported shells
bashzshfishpowershell
Examples
Generate a Bash completion script:
eryx completion bash
Generate a PowerShell completion script:
eryx completion powershell
The generated script can then be sourced or installed using your shell's normal completion setup.