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.
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 -gobbledygook123produces an error message:
ERROR(S):
Option 'g' is unknown.
Required option 'key' is missing.