Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elaborate about the use of alternative instance of parsers #295

Closed
wants to merge 1 commit into from

Conversation

danse
Copy link

@danse danse commented Mar 20, 2018

see #58

@HuwCampbell
Copy link
Collaborator

I think I cover this off pretty well in the arguments section

creates an argument accepting any string. To accept an arbitrary number of arguments, combine the argument builder with either the many or some combinator:

some (argument str (metavar "FILES..."))

No?

@danse
Copy link
Author

danse commented Mar 26, 2018

Well in my case i didn't look under Arguments because i was trying to build an option. I think that a bit of redundancy in documenting this wouldn't hurt. Alternatively the topic could be explained in a small dedicated section when introducing the principles underpinning the lib, i had found it helpful when starting off

@HuwCampbell
Copy link
Collaborator

I'll add some extra docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants