HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #272

Ticket #272: f_option.bash_completion.patch

File f_option.bash_completion.patch, 648 bytes (added by thorn, 6 years ago)
  • haikuporter_bash_completion

     
    2020        local cur=${COMP_WORDS[COMP_CWORD]} 
    2121 
    2222        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}) ) 
    2424                return 0 
    2525        fi 
    2626 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/