Just FYI: The Clang++ command-line argument parser implements a language that rivals C++ in awfulness.

-arg parm
-arg=parm
-argparm
-argparm parm2

are all supported, with the last one having a second argument.

Also,

-arg
--arg

may be supported in one or both of the above forms, depending on the argument. (The software
seems to also support -arg and --arg being different arguments entirely, but never actually does it.)

(It's a really good compiler, though.)

@suetanvil ah gross, -argparam param2 looks horrid
@pompous
I feel like there's an idea for an esoteric programming language in there.

@suetanvil reminds me of INTERCAL: "INTERCAL has many other features designed to make it even more aesthetically unpleasing to the programmer"

https://en.wikipedia.org/wiki/INTERCAL

INTERCAL - Wikipedia