]
Ladislav Thon updated WFCORE-1019:
----------------------------------
Affects Version/s: 2.0.0.CR5
2.0.0.CR1
History browsing in CLI (using the up arrow) works strangely
------------------------------------------------------------
Key: WFCORE-1019
URL:
https://issues.jboss.org/browse/WFCORE-1019
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 2.0.0.CR1, 2.0.0.CR5
Reporter: Ladislav Thon
Assignee: Alexey Loubyansky
I tend to rely on history browsing in the CLI a lot, but it got broken in EAP 7.0.0.DR10
(I'd guess that the cause is the AESH upgrade). Let's see:
{code}
rm ~/.jboss-cli-history # let's start with clean slate
./jboss-eap-7.0/bin/standalone.sh
# the following is in second console
./jboss-eap-7.0/bin/jboss-cli.sh -c
:read-resource
:whoami
[up arrow shows :whoami, so press Enter to run it]
[and repeat, up arrow shows :whoami]
{code}
OK, that's expected. Repeat the process with EAP 7.0.0.DR10 and you'll find out
that the second \[up arrow\] shows {{:read-resource}}. This is IMHO highly wrong and it
confused me _a lot_ when I first encoutered this bad behavior.