]
Jean-Francois Denise reassigned WFCORE-1684:
--------------------------------------------
Assignee: Jean-Francois Denise (was: Alexey Loubyansky)
Empty lines between tab completion suggestions on Windows
---------------------------------------------------------
Key: WFCORE-1684
URL:
https://issues.jboss.org/browse/WFCORE-1684
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Petr Kremensky
Assignee: Jean-Francois Denise
Priority: Minor
I noticed that CLI put empty lines between lines with suggested values once the Windows
terminal is set to maximal width. Issue appears *only of the CLI is connected to the EAP
running in domain* mode.
*reproduce*
\- start EAP in domain mode
\- open a new terminal window, manually set the terminal width to maximal allowed value,
but do not maximize the window
\- connect CLI to the running server and pres the Tab key
{noformat}
[domain@localhost:9990 /]
: clear data-source echo if
pwd reload shutdown unset
alias command deploy echo-dmr
jdbc-driver-info quit rollout-plan try version
batch connect deployment-info help ls
read-attribute run-batch unalias xa-data-source
cd connection-info deployment-overlay history patch
read-operation set undeploy
{noformat}
I was able to reproduce the issue on W2K8 and W2K12 servers.