EntryPoint v1.3.0 Release Notes

Release Date: 2019-07-22 // almost 5 years ago

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