]
Chao Wang reassigned WFCORE-1714:
---------------------------------
Assignee: Chao Wang (was: Alexey Loubyansky)
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: Chao Wang
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}