-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Alpha1
-
None
According to the help message:
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.
actual
[standalone@localhost:9990 /] set foo=bar [standalone@localhost:9990 /] echo $foo bar [standalone@localhost:9990 /] echo [standalone@localhost:9990 /]
expected
[standalone@localhost:9990 /] set foo=bar [standalone@localhost:9990 /] echo $foo bar [standalone@localhost:9990 /] echo foo=bar [standalone@localhost:9990 /]
- clones
-
JBEAP-5043 Echo commands without arguments doesn't print existing variables - update help message
- Verified