Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-5043

Echo commands without arguments doesn't print existing variables - update help message

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR2
    • 7.0.1.CR1
    • CLI
    • None

    Description

      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 /]
      

      Attachments

        Issue Links

          Activity

            People

              olubyans@redhat.com Alexey Loubyansky
              pkremens@redhat.com Petr Kremensky (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: