]
Alexey Loubyansky updated WFCORE-863:
-------------------------------------
Affects Version/s: 2.0.0.Alpha12
CLI keeps reminding it's disconnected after every executed
command when it's disconnected
-----------------------------------------------------------------------------------------
Key: WFCORE-863
URL:
https://issues.jboss.org/browse/WFCORE-863
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 2.0.0.Alpha12
Reporter: Alexey Loubyansky
Assignee: Joe Wertz
'You are disconnected at the moment. Type 'connect' to connect to the server
or 'help' for the list of supported commands.' This line is printed by
CLIAeshConsoleCallback() after every entered line when the CLI is not connected to the
controller.
It used to be printed at the beginning of the session and in case the CLI looses the
connection.
I wouldn't insist on keeping it like it used to be, btw. But I guess it makes sense
to have some hint-warning like that.