]
Tomas Hofman updated WFCORE-1971:
---------------------------------
Git Pull Request:
Command auto-completition does not work properly when start typing
param value with parenthesis
-----------------------------------------------------------------------------------------------
Key: WFCORE-1971
URL:
https://issues.jboss.org/browse/WFCORE-1971
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha12
Reporter: Tomas Hofman
Assignee: Tomas Hofman
Priority: Minor
Autocompletition of command in CLI does not work properly when starts writing quotes
{{"}} right after equal sign {{=}} and then pressing {{<TAB>}}.
I write
{{/subsystem=transactions/log-store="}}
and then press {{TAB}}
the autocompletion finishes the name but replaces the fist letter for the existing
quotes. That leads to have command like
{{/subsystem=transactions/log-store="og-store}}
which is obviously invalid as {{"og-store}} does not exists.