#248 Add missing command and options in bash completion
Merged by cqi. Opened by cqi.
cqi/fedpkg add-missing-bash-completion  into  master

Download 248.patch

Some options and commands are missed in bash completion. This patch
adds global options --release, --name, --namespace and a few others
options to fedpkg and subcommands.

Subcommand override can be completed now, but not its second level
subcommands and options.

Signed-off-by: Chenxiong Qi cqi@redhat.com

rebased onto 63707550cc68928b942016d40d6cad51488f606a

There's a weird line break here.

This looks wrong: first it should probably be options_arches, since options_arch is only assigned but never read anywhere. Additionally it would suggest architectures as values of --with or --without options, but those should be general build flags for mock as I understand it.

rebased onto f807fa8f5f20f59d968795db7b23e921e09bd8de

There's a weird line break here.

This looks wrong: first it should probably be options_arches, since options_arch is only assigned but never read anywhere. Additionally it would suggest architectures as values of --with or --without options, but those should be general build flags for mock as I understand it.

Both of these two are fixed. --with and --without are added to variable options_string.

rebased onto e98010c50b1e4888c57562103933e73bce321f99

rebased onto 0845aae6013dc058ebe7ab61c71ae557f6463667

Looks good to me.

Commit 323e1366 fixes this pull-request

Pull-Request has been merged by cqi

Pull-Request has been merged by cqi

Metadata