mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-04-28 13:01:07 +00:00

and move it into its own package Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
# proxmox-offline-mirror-helper 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-offline-mirror-helper bashcomplete' proxmox-offline-mirror-helper
|