Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1596

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.0.0.Alpha2
    • 3.0.0.Alpha1
    • 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
              olubyans@redhat.com Alexey Loubyansky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: