cmdargs
cmdargs copied to clipboard
Is it possible to create arguments with only a single dash?
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.
Nope, not possible with cmdargs I'm afraid.