ndmitchell / cmdargs

Haskell library for command line argument processing
Other
91 stars 12 forks source link

Is it possible to create arguments with only a single dash? #63

Open jprider63 opened 4 years ago

jprider63 commented 4 years ago

I'd like to create an argument with a single dash. Is this possible? If I do name "foo", the flag is --foo, but I'd like it to be -foo.

ndmitchell commented 4 years ago

Nope, not possible with cmdargs I'm afraid.