-
Notifications
You must be signed in to change notification settings - Fork 9
Repeating parameterised options #16
Comments
Hey, see the commit above, I have added tests which all pass in neodoc. Do they match your expectations? |
Thanks for testing that corner-case; the expected output looks good :) |
Hey, over the last days it became apparent to me that the comma notation ( |
Ensure comma separated values provided on the command line or through the environment are *NOT* parsed into arrays. This has been identified as flaw in design an is subject to removal from neodoc. This change excludes default value declarations ([default: a,b,c]) since it's in the developers control and comma-parsing can be skipped by quoting ([default: 'a,b,c']). This changeset further brings in a fix for the Value module's read function. Refer #16
Hello,
I'm really glad to see that docopt.coffee has a competitor (written in Purescript!), as docopt.coffee is a little buggy, difficult to debug, and unmaintained.
Will neodoc support repeating parameterised options (docopt.coffee doesn't properly support them)?
I'm looking forward to porting from docopt to neodoc 👍
The text was updated successfully, but these errors were encountered: