-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.17.0, stream
-
1
-
False
-
-
False
-
0
-
Endeavour
-
-
-
Low
-
None
Description of problem:
hammer full help output shows more items then the --help output for individual commands
How reproducible:
always
Is this issue a regression from an earlier version:
n/a
Steps to Reproduce:
example case:
In full help:
hammer > flatpak-remote > info
------------------------------
Show a flatpak remoteUsage:
hammer flatpak-remote <info|show> [OPTIONS]Options:
--fields LIST Show specified fields or predefined field sets only. (See below)
--id NUMBER Flatpak remote numeric identifier
--name VALUE Flatpak remote name to search by
--organization VALUE Organization name to search by
--organization-id VALUE Organization ID to search by
--organization-label VALUE Organization label to search by
--organization-title VALUE Organization title
-h, --help Print help
while:
]# hammer flatpak-remote info --help
Usage:
hammer flatpak-remote <info|show> [OPTIONS]Options:
--fields LIST Show specified fields or predefined field sets only. (See below)
--id NUMBER Flatpak remote numeric identifier
--name VALUE Flatpak remote name to search by
--organization[-id|-label] VALUE Organization name/label/id to search by
-h, --help Print help
so organization-title is missing in the second case
Actual behavior:
seems like --help is not showing all available options
Expected behavior:
[Describe what should be happening instead]
Business Impact / Additional info:
Found by robottelo automation, the full list of occurrences (added here means "missing in --help"):
E Failed: hammer flatpak-remote info
E Added options:
E * organization-title
E
E hammer flatpak-remote list
E Added options:
E * organization-title
E