docopt.d
docopt.d copied to clipboard
Compile time help string parsing...
The idea is nice but... The help string have to be parsed at compile time to construct a proper options parser, as it is done, for example, here: https://github.com/PhilippeSigaud/Pegged Otherwise for really a lot of parameters it might be slow.