]
Jeff Mesnil resolved WFCORE-3701.
---------------------------------
Fix Version/s: 5.0.0.Alpha3
Resolution: Done
CLI multi-page output cannot be quit by capital Q
-------------------------------------------------
Key: WFCORE-3701
URL:
https://issues.jboss.org/browse/WFCORE-3701
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 5.0.0.Alpha1
Reporter: Erich Duda
Assignee: Marek Marusic
Fix For: 5.0.0.Alpha3
If you type capital Q to quit the multi-page output it does nothing. For example users
may have Caps lock turned on. I compared the behavior with linux commands more and less
and they both react to capital Q.
You can reproduce this issue using following commands:
{code}
./bin/jboss-cli.sh
[disconnected /] embed-server
[standalone@embedded /] /subsystem=elytron:read-resource-description(recursive=true)
# type capital Q
{code}