You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been fixed by a PR I made, which has been merged into develop and will be in release 2.9.0. Unfortunately that release was delayed by an expired NuGet API key, but #733 fixes that issue so the release will hopefully be soon.
In the meantime, you can work around this issue by telling users to use the = syntax, because utility.exe --key=-gobbledygook123 will do what you expect (the value of key will be -gobbledygook123 including the leading hyphen). Once 2.9.0 is released, then you'll be able to do:
I have an option to provide a key to a utility. The key value in one instance happens to start with "-". So running:
utitility.exe --key -gobbledygook123
produces an error message:
ERROR(S):
Option 'g' is unknown.
Required option 'key' is missing.
The text was updated successfully, but these errors were encountered: