mirror of
https://git.proxmox.com/git/pve-client
synced 2025-10-04 22:20:14 +00:00
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
# pveclient 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 'pveclient bashcomplete' pveclient
|