Marek Kopecký created WFCORE-3506:
-------------------------------------
Summary: 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ý
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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)