Completion Install¶
proxmox completion-install --help¶
Input:
Output:
Usage: proxmox completion-install [OPTIONS]
Install shell completion for proxmox CLI.
Examples:
# Bash
proxmox completion-install --shell bash >> ~/.bashrc
# Zsh
proxmox completion-install --shell zsh >> ~/.zshrc
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --shell TEXT Shell type (bash or zsh) [default: bash] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
Exit code: 0 · Wall time (s): 0.218