[
https://issues.jboss.org/browse/WFCORE-1596?page=com.atlassian.jira.plugi...
]
Alexey Loubyansky moved JBEAP-5046 to WFCORE-1596:
--------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1596 (was: JBEAP-5046)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
(was: CLI)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 3.0.0.Alpha1
(was: 7.0.1.CR1)
Echo commands without arguments doesn't print existing variables
- update help message
--------------------------------------------------------------------------------------
Key: WFCORE-1596
URL:
https://issues.jboss.org/browse/WFCORE-1596
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha1
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
According to the help message:
{noformat}
If the command is executed w/o arguments then the command will print
all the existing variables with their values in the name=value format.
{noformat}
*actual*
{noformat}
[standalone@localhost:9990 /] set foo=bar
[standalone@localhost:9990 /] echo $foo
bar
[standalone@localhost:9990 /] echo
[standalone@localhost:9990 /]
{noformat}
*expected*
{noformat}
[standalone@localhost:9990 /] set foo=bar
[standalone@localhost:9990 /] echo $foo
bar
[standalone@localhost:9990 /] echo
foo=bar
[standalone@localhost:9990 /]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)