Hide Forgot
Description of problem: Introduced by RFE Bug 1336883 is a new command line option "--no-content" for the rct cat-manifest. Bash-completion is failing to find this new option. Version-Release number of selected component (if applicable): [root@jsefler-rhel7 ~]# rpm -q --whatprovides `which rct` subscription-manager-1.17.10-1.el7.x86_64 [root@jsefler-rhel7 ~]# rpm -q bash-completion bash-completion-2.1-6.el7.noarch How reproducible: Steps to Reproduce: [root@jsefler-rhel7 ~]# rct cat-manifest --help Usage: rct cat-manifest [OPTIONS] MANIFEST_FILE Print manifest information Options: -h, --help show this help message and exit --no-content skip printing Content Sets ^^^^^^^^^^^^ NOTICE THIS NEW OPTION, IT SHOULD bash complete... [root@jsefler-rhel7 ~]# rct cat-manifest -<TAB><TAB> -h --help Actual results: -h --help Expected results: -h --help --no-content
Retested with; subscription-manager-1.17.14-1.el7.x86_64 subscription-manager-gui-1.17.14-1.el7.x86_64 subscription-manager-migration-data-2.0.31-1.el7.noarch subscription-manager-migration-1.17.14-1.el7.x86_64 subscription-manager-initial-setup-addon-1.17.14-1.el7.x86_64 python-rhsm-certificates-1.17.9-1.el7.x86_64 python-rhsm-1.17.9-1.el7.x86_64 observed that now rct cat-manifest -<TAB><TAB> is providing bash-completion for the new option '--no-content' [root@localhost test]# rct cat-manifest -<TAB><TAB> -h --help --no-content Marking as Verified!!
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2592.html