Issue #496
closedTAB completion for not required pulp-admin options
Description
Description of problem:
Tab completion works if not required option was specified.
How reproducible:
always
Steps to Reproduce:
pulp-admin -u admin -p admin repo list --repo-id
Command: list
Description: lists repositories on the Pulp server
Available Arguments:
--summary, -s - if specified, a condensed view with just the repository ID and
name is displayed
--details - if specified, detailed configuration information is displayed
for each repository
--fields - comma-separated list of repository fields; if specified, only
the given fields will displayed
The following options were specified but do not exist on the command:
--repo-id
pulp-admin -u admin -p admin repo list --repo-id [TAB][TAB]
--details --fields --help --repo-id --summary
Expected results:
pulp-admin -u admin -p admin repo list --repo-id [TAB][TAB]
{terminal bell}{terminal bell}{terminal bell}
+ This bug was cloned from Bugzilla Bug #1132974 +
Updated by igulina@redhat.com almost 10 years ago
https://github.com/pulp/pulp/pull/1137
+ This comment was cloned from Bugzilla #1132974 comment 1 +
Updated by cduryee almost 10 years ago
fixed in pulp 2.6.0-0.2.beta
+ This comment was cloned from Bugzilla #1132974 comment 2 +
Updated by rbarlow over 9 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Added by Jessica Richards almost 3 years ago
Added by Jessica Richards almost 3 years ago
Revision 4352eda6 | View on GitHub
Escape django template syntax in xml when rendering filelist
closes #496
added bugfix file
(cherry picked from commit d403fab387419e74842ad6fa50719561964780d2)
Escape django template syntax in xml when rendering filelist
closes #496
added bugfix file