exa/src/options
Benjamin Sago 86de17b788 Help text changes
This changes the --help text, and gets rid of the special behaviour for --help --long, which I thought was a really good idea at the time, but now I just think it's inconsistent and unexpected behaviour. --help should return the same help, no matter what other arguments you have typed.

Other things:
• Put --help and --version in a section
• Capitalisation consistency
• Alignment
• Move the --octal-permissions line up a bit
• Simplify the printing implementation (HelpString is now a unit struct)

This _finally_ makes all the extended tests pass.
2020-10-16 23:53:42 +01:00
..
dir_action.rs New set of lints, and Rust 2018 idioms 2020-10-13 01:36:41 +01:00
error.rs New set of lints, and Rust 2018 idioms 2020-10-13 01:36:41 +01:00
filter.rs New set of lints, and Rust 2018 idioms 2020-10-13 01:36:41 +01:00
flags.rs Batch source formatting 2020-10-10 20:02:55 +01:00
help.rs Help text changes 2020-10-16 23:53:42 +01:00
mod.rs Clippy pedantic lints 2020-10-13 01:46:17 +01:00
parser.rs New set of lints, and Rust 2018 idioms 2020-10-13 01:36:41 +01:00
style.rs New set of lints, and Rust 2018 idioms 2020-10-13 01:36:41 +01:00
vars.rs Batch source formatting 2020-10-10 20:02:55 +01:00
version.rs Help text changes 2020-10-16 23:53:42 +01:00
view.rs Clippy pedantic lints 2020-10-13 01:46:17 +01:00