Tharga / Console

Tharga Toolkit Console is used to simplify construction of advanced console applications.
MIT License
23 stars 6 forks source link

Improper handling of delimited string parameter #9

Open machonky opened 6 years ago

machonky commented 6 years ago

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