James Perkins created WFCORE-47:
-----------------------------------
Summary: Enable operation arguments to accept special value characters
Key: WFCORE-47
URL:
https://issues.jboss.org/browse/WFCORE-47
Project: WildFly Core
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: CLI
Reporter: James Perkins
Assignee: Alexey Loubyansky
Priority: Minor
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}}|http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html]
and expect values like {{%n}} instead of the {{\n}}. Either way really works
though.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)