Files for the statically compiled Proxmox Backup Client as-of PBS 8.4
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# proxmox-backup-client bash completion
|
|
|
|
|
|
# see http://tiswww.case.edu/php/chet/bash/FAQ
|
|
|
# and __ltrim_colon_completions() in /usr/share/bash-completion/bash_completion
|
|
|
# this modifies global var, but I found no better way
|
|
|
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
|
|
|
|
|
complete -C 'proxmox-backup-client bashcomplete' proxmox-backup-client
|