Ticket #272: f_option.bash_completion.patch
| File f_option.bash_completion.patch, 648 bytes (added by thorn, 6 years ago) |
|---|
-
haikuporter_bash_completion
20 20 local cur=${COMP_WORDS[COMP_CWORD]} 21 21 22 22 if [[ ${cur} == -* ]];then 23 COMPREPLY=( $(compgen -W '--version -h --help -l --list -a --about -p --nopatch -b --nobuild -i --install -d --distro -c --clean -g --get -u --update ' -- ${cur}) )23 COMPREPLY=( $(compgen -W '--version -h --help -l --list -a --about -p --nopatch -b --nobuild -i --install -d --distro -c --clean -g --get -u --update -f --force' -- ${cur}) ) 24 24 return 0 25 25 fi 26 26
