tharga-console
tharga-console copied to clipboard
Improper handling of delimited string parameter
First - thanks for an awesome toolkit.
Problem: Example: transmit "Hello World" When processing "Hello World" as a parameter, the quoted string is substituted for a GUID, instead of a single token. 'transmit HelloWorld' works just fine.
The error appears in: ParamExtensions.GetDelimitedVerbs where the inbound parameters are overwritten by a GUID. Not sure what is intended here. Cheers, M