Skip to content

Commit

Permalink
Add align_all feature
Browse files Browse the repository at this point in the history
That's in preparation of clap-rs#1013: provide option to layout the output
of "my_program --help" with the same alignment across sections.
  • Loading branch information
pierrechevalier83 committed May 28, 2018
1 parent e07b302 commit 1c15903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ lints = ["clippy"] # Requires nightly Rust
debug = [] # Enables debug messages
no_cargo = [] # Enable if you're not using Cargo, disables Cargo-env-var-dependent macros
doc = ["yaml"] # All the features which add to documentation
align_all = [] # When generating help, align the text across sections (#1013)

[profile.release]
opt-level = 3
Expand Down

0 comments on commit 1c15903

Please sign in to comment.