[
https://issues.jboss.org/browse/WFCORE-1714?page=com.atlassian.jira.plugi...
]
Petr Kremensky moved JBEAP-5625 to WFCORE-1714:
-----------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1714 (was: JBEAP-5625)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
(was: CLI)
Affects Version/s: 3.0.0.Alpha5
(was: 7.1.0.DR2)
Tab completion doesn't offer more options once prefix match some
value
----------------------------------------------------------------------
Key: WFCORE-1714
URL:
https://issues.jboss.org/browse/WFCORE-1714
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha5
Reporter: Petr Kremensky
Assignee: Alexey Loubyansky
Tab completion for CLI variables doesn't offer more values once the variable to be
completed match some value.
*reproduce*
{noformat}
set foo=/subsystem=logging
set foobar=/subsystem=logging/console-handler=CONSOLE
{noformat}
*actual*
{noformat}
$foo<TAB>
/ :
{noformat}
*expected*
{noformat}
$foo<TAB>
/ : foo foobar
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)