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 /]
- is cloned by
-
WFCORE-1596 Echo commands without arguments doesn't print existing variables - update help message
- Resolved
- is incorporated by
-
JBEAP-5310 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha4
- Verified
- is related to
-
JBEAP-5545 Echo tab completion suggests variables without $ prefix
- Verified