-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When I try to use --gpgbin I rec'd command line errors if the value for --gpgbin contains spaces in the path.
So, if I submit:
--gpgbin "C:\Program Files (x86)\foo\bar"
The command line error indicates that "C:\Program" is invalid as it has truncated the value at the first space.
Reactions are currently unavailable