Hide Forgot
Description of problem: After setup autocomplete feature, type "rhc domain" and type "TAB", the prompt commands do not contain "domain-rename, domain-configure, domain-leave"; And type "TAB" for 'rhc configure' or 'rhc leave' or 'rhc leave', all above commands do no exist prompt commands in autocomplete list Version-Release number of selected component (if applicable): fork_ami_origin_ui_72_membership_844 How reproducible: always Steps to Reproduce: 1.Setup autocomplete feature 2.type "rhc domain" and type "TAB", check the prompt commands 3.type "rhc configure" and type "TAB", check the prompt commands 4.type "rhc leave" and type "TAB", check the prompt commands 5.type "rhc rename" and type "TAB", check the prompt commands Actual results: 2. $ rhc domain domain domain-create domain-delete domain-list domains domain-show domain-update 3~5. not exist match commands Expected results: 2. $ rhc domain domain domain-create domain-delete domain-list domains domain-show domain-update domain-rename domain-configure domain-leave 3. $rhc configure configure-domain $rhc leave leave-domain $rhc rename rename-domain Additional info:
rhc version is rhc 1.15.0 build from fork_ami_origin_ui_72_membership_844
Fixed in c05f09e
Tested on fork_ami_origin_ui_72_membership_863 via rhc build from it, and found this issue is fixed, so verify this issue, thx # rhc domain domain domain-delete domain-rename domain-configure domain-leave domains domain-create domain-list domain-show # rhc leave-domain # rhc rename-domain # rhc configure-domain