openSUSE / osc

The Command Line Interface to work with an Open Build Service
http://openbuildservice.org/
GNU General Public License v2.0
170 stars 185 forks source link

Bash completion doesn't complete repositories #1368

Open Thaodan opened 1 year ago

Thaodan commented 1 year ago

Describe the bug While comparing the zsh and bash completions for #1357 I noticed that the bash completion doesn't complete repositories in commands such as osc buildlog.

Versions

To Reproduce Steps to reproduce the behavior:

  1. Run command osc buildlog <TAB>
  2. See error

Expected behavior Bash would complete possible repositories

dmach commented 1 year ago

I'm putting in the future backlog for now because I'd like to use argcomplete instead of extending the handwritten completion files.