Open
Description
It would be good to support synonyms for long options (say, --int-ip and --internal-ip referring to the same option in different ways). Think this would probably need some changes to the formatter and parser.
It could be implemented with two extra setup overloads:
Setup(params string long)
Setup(char short, params string long)