I ran into a little bug with the latest Nuget package (1.4.3).
--param "something something" is parsed as something something
--param "something \"{4}\" something" is parsed as something \"4\" something
However:
--param "something \"{4}\"" is expected to be something \"4\" but instead gives me something \"4, dropping the final quote.
Thanks for a nice library!