#83 [PATCH] fedpkg: Don't mix options and commands, drop redundant short options
Closed: Fixed Opened by tmz.

Completing options along with command and values is not generally done
by completion scripts and tends to garble up the output needlessly.
Only complete options when the - is typed.

It's also unnecessary to complete both the long and short versions of an
option, (e.g. -h and --help).


Applied. It'll be in the next build.

Metadata