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

Enable operation arguments to accept special value characters

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Minor Minor
    • 1.0.0.Alpha6
    • None
    • CLI
    • None

      In CLI passing an argument \n to an operation strips the leading \ from the string. This can be averted by adding an extra \, \\n, but then the second \ and the n are treated as separate characters instead of a single newline character.

      It would be nice if CLI could recognize these special characters and treat them as the special character. One idea might be to use something like the java.util.Formatter and expect values like %n instead of the \n. Either way really works though.

            olubyans@redhat.com Alexey Loubyansky
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: