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

Documentation requests (e.g. addOption(valueHelp)) #73

Closed
Hixie opened this issue Jun 21, 2017 · 1 comment
Closed

Documentation requests (e.g. addOption(valueHelp)) #73

Hixie opened this issue Jun 21, 2017 · 1 comment

Comments

@Hixie
Copy link

Hixie commented Jun 21, 2017

https://www.dartdocs.org/documentation/args/1.0.0/args/ArgParser/addOption.html doesn't define most of its arguments, for example valueHelp.
I guessed that addOption creates an Option under the hood but unfortunately the docs for Option (https://www.dartdocs.org/documentation/args/1.0.0/args/Option-class.html) also don't define the similarly named properties, including valueHelp.

@srawlins
Copy link
Member

I'm also curious why the argument of callback isn't typed. Isn't it always a String?

@nex3 nex3 closed this as completed in 42aa8f6 Feb 21, 2018
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

No branches or pull requests

2 participants