]
Marek Marusic reassigned WFCORE-3701:
-------------------------------------
Assignee: Marek Marusic (was: Jean-Francois Denise)
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
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}