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!
I ran into a little bug with the latest Nuget package (1.4.3).
--param "something something"is parsed assomething something--param "something \"{4}\" something"is parsed assomething \"4\" somethingHowever:
--param "something \"{4}\""is expected to besomething \"4\"but instead gives mesomething \"4, dropping the final quote.Thanks for a nice library!