[
https://issues.jboss.org/browse/WFCORE-1595?page=com.atlassian.jira.plugi...
]
Chao Wang moved JBEAP-5032 to WFCORE-1595:
------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1595 (was: JBEAP-5032)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
(was: CLI)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 3.0.0.Alpha1
(was: 7.0.0.GA)
CLI doesn't autocomplete for unalias command
--------------------------------------------
Key: WFCORE-1595
URL:
https://issues.jboss.org/browse/WFCORE-1595
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha1
Reporter: Chao Wang
Assignee: Chao Wang
Tab completion for CLI unalias commend doesn't seem to work. CLI will suggest
available option, but doesn't autocomplete.
*actual*
{noformat}
[standalone@localhost:9990 /] unalias read_<TAB>
read_undertow
[standalone@localhost:9990 /] unalias read_<TAB>
read_undertow
{noformat}
*expected*
{noformat}
[standalone@localhost:9990 /] unalias read_<TAB>
[standalone@localhost:9990 /] unalias read_undertow
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)