[jboss-jira] [JBoss JIRA] (WFCORE-1596) Echo commands without arguments doesn't print existing variables - update help message

Alexey Loubyansky (JIRA) issues at jboss.org
Wed Jun 15 11:33:00 EDT 2016


     [ https://issues.jboss.org/browse/WFCORE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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 at localhost:9990 /] set foo=bar
> [standalone at localhost:9990 /] echo $foo
> bar
> [standalone at localhost:9990 /] echo
> [standalone at localhost:9990 /]
> {noformat}
> *expected*
> {noformat}
> [standalone at localhost:9990 /] set foo=bar
> [standalone at localhost:9990 /] echo $foo
> bar
> [standalone at localhost:9990 /] echo
> foo=bar
> [standalone at localhost:9990 /]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list