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

Explicit example of parsing args from main #3

Merged
merged 2 commits into from
Feb 11, 2015
Merged

Conversation

sethladd
Copy link
Contributor

No description provided.

var results = parser.parse(args);
}

However, you can pass in
any list of strings. The `parse()` method returns an instance of [ArgResults][],
a map-like object that contains the values of the parsed options.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please re-flow this paragraph.

@sethladd sethladd assigned nex3 and unassigned munificent Feb 11, 2015
@sethladd
Copy link
Contributor Author

Thanks for the review @nex3 . I've reflowed.

@nex3 nex3 merged commit 52f125c into master Feb 11, 2015
@nex3 nex3 deleted the sethladd-patch-1 branch February 11, 2015 18:46
@sethladd
Copy link
Contributor Author

Thanks!

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

4 participants