docopt.d
docopt.d copied to clipboard
Here is the console output: ``` PS C:\Users\XXXX\Documents\projects\docopt.d> dub test Generating test runner configuration '__test__library__' for 'library' (library). Performing "unittest" build using dmd for x86. docopt 0.6.1-b.6: building configuration "__test__library__"......
When using `[options]` in a usage string, it seems you must put any options allowed there in a: ``` Generic options: --optA --optB ``` I found this through trial and...
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...
It looks like stale...