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

Add support for deriving display order from declaration order #444

Closed
kbknapp opened this issue Mar 10, 2016 · 2 comments
Closed

Add support for deriving display order from declaration order #444

kbknapp opened this issue Mar 10, 2016 · 2 comments
Labels
A-help Area: documentation, including docs.rs, readme, examples, etc...

Comments

@kbknapp
Copy link
Member

kbknapp commented Mar 10, 2016

Derive the display order from the declaration order.

I.e. the display order of arguments and subcommnds in the help text would be the same order as declared.

Relates to #442 and something like is discussed in multirust-rs

@kbknapp kbknapp added C: args A-help Area: documentation, including docs.rs, readme, examples, etc... labels Mar 10, 2016
@kbknapp
Copy link
Member Author

kbknapp commented Mar 10, 2016

This will be opt-in via a AppSettings::DeriveDisplayOrder

@kbknapp
Copy link
Member Author

kbknapp commented Mar 10, 2016

Implemented via #446

@homu homu closed this as completed in ad86e43 Mar 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-help Area: documentation, including docs.rs, readme, examples, etc...
Projects
None yet
Development

No branches or pull requests

1 participant