tharga-console icon indicating copy to clipboard operation
tharga-console copied to clipboard

Improper handling of delimited string parameter

Open machonky opened this issue 7 years ago • 0 comments

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

machonky avatar Dec 28 '17 06:12 machonky