docopt.d icon indicating copy to clipboard operation
docopt.d copied to clipboard

Results 4 docopt.d issues
Sort by recently updated
recently updated
newest added

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