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`.
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.