EntryPoint v1.3.0 Release Notes
Release Date: 2019-07-22 // over 5 years ago-
Thanks to @TheColonel2688 for #54 and #55
Previous changes from v1.2.3
-
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