Bug 1004402 - rhsmd and rhsmcertd-worker does not bash complete its options
Summary: rhsmd and rhsmcertd-worker does not bash complete its options
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: 7.0
Assignee: candlepin-bugs
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel70
TreeView+ depends on / blocked
 
Reported: 2013-09-04 14:46 UTC by John Sefler
Modified: 2013-10-11 15:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-11 15:24:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description John Sefler 2013-09-04 14:46:03 UTC
Description of problem:

[root@jsefler-6 ~]# /usr/libexec/rhsmcertd-worker --help
Usage: rhsmcertd-worker [OPTIONS]

Options:
  -h, --help  show this help message and exit
  --autoheal  perform an autoheal check

The options above do not bash complete when I type:
[root@jsefler-6 ~]# /usr/libexec/rhsmcertd-worker -<TAB><TAB>

Expected: -h  --help  --autoheal

Version-Release number of selected component (if applicable):
[root@jsefler-6 ~]# rpm -q subscription-manager
subscription-manager-1.9.5-1.el6.x86_64

Comment 1 John Sefler 2013-09-04 14:51:42 UTC
Same issue with /usr/libexec/rhsmd

[root@jsefler-6 ~]# /usr/libexec/rhsmd --help
Usage: rhsmd [OPTIONS]

Options:
  -h, --help            show this help message and exit
  -d, --debug           Display debug messages
  -k, --keep-alive      Stay running (don't shut down after the first dbus
                        call)
  -s, --syslog          Run standalone and log result to syslog
  -f FORCE_SIGNAL, --force-signal=FORCE_SIGNAL
                        Force firing of a signal (valid, expired, warning,
                        partial, classic or registration_required)
  -i, --immediate       Fire forced signal immediately (requires --force-
                        signal)

The options above do not bash complete when I type:
[root@jsefler-6 ~]# /usr/libexec/rhsmd -<TAB><TAB>

Comment 2 Bryan Kearney 2013-10-11 15:24:58 UTC
These are not really designed to be used often by the end user. I am not really worried about this.


Note You need to log in before you can comment on or make changes to this bug.