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

Update usage format for optional arguments #83

Merged
merged 1 commit into from
May 26, 2019

Conversation

jridgewell
Copy link
Contributor

Fixes #67.

Copy link
Contributor

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

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

This looks good to me!

Thanks @jridgewell

@KodrAus KodrAus merged commit 24a9c77 into rust-lang:master May 26, 2019
@jridgewell jridgewell deleted the usage_format branch May 26, 2019 02:56
alexcrichton added a commit to alexcrichton/getopts that referenced this pull request Aug 19, 2019
This commit reverts three recent PRs to the `getopts` crate. One of the
main consumers of `getopts` is `rustc`, which isn't allowed to have
breaking changes. In rust-lang#82, however, a breaking change was landed. It
looks like rust-lang#83 builds on this change, and while rust-lang#81 seems unrelated the
diffs were somewhat tangled.
@alexcrichton alexcrichton mentioned this pull request Aug 19, 2019
alexcrichton added a commit that referenced this pull request Aug 19, 2019
alexcrichton added a commit that referenced this pull request Aug 19, 2019
Fixes a git mistake with #84
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.

optflagopt requires = form of argument
2 participants