]
Jean-Francois Denise commented on WFCORE-3506:
----------------------------------------------
Good catch, fixed in PR branch. Thanks.
Two spaces in help CLI command if wrong command is set
------------------------------------------------------
Key: WFCORE-3506
URL:
https://issues.jboss.org/browse/WFCORE-3506
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Marek Kopecký
Assignee: Jean-Francois Denise
Priority: Trivial
CLI prints two spaces in help CLI command if wrong command is set. Two spaces are before
"does" word.
I use [this
PR|https://github.com/wildfly/wildfly-core/pull/2946]
*Example:*
{noformat}
[standalone@localhost:9990 /] help nonsence
Command nonsence does not exist.
[standalone@localhost:9990 /]
{noformat}
*Expected results:*
{noformat}
[standalone@localhost:9990 /] help nonsence
Command nonsence does not exist.
[standalone@localhost:9990 /]
{noformat}