Skip to content

1.2.3 - Escape characters stripped from quotes

Compare
Choose a tag to compare
@Nick-Lucas Nick-Lucas released this 23 Dec 10:35
· 5 commits to master since this release
92c6860

A fix for the bug reported in #51

Commands like myapp.exe mycommand --myparam "my\ value" were having the escape character stripped, although this is not in line with behavior in other CLIs.

Commands like myapp.exe mycommand --myparam my\ value will continue to have the escape stripped by shells, as this is correct and protects the following space