exa/src
Ben S edeec0f6f2 Improve help text
Instead of using the getopts crate’s dynamically-generated usage string, use a more static one:

- The options are organised by category now
- You can use `--help --long` to display only the ones that pertain to `--long`
- They’re aligned in a table sort of way

It could be generated statically, because all the options to change it are determined at compile time, but they’re not, yet...
2015-11-15 17:18:02 +00:00
..
feature Avoid unstable c_string conversion features 2015-11-04 10:25:20 +01:00
output Move time type picking to details module 2015-11-15 16:12:16 +00:00
colours.rs Various unimportant style changes 2015-06-08 21:33:39 +01:00
dir.rs Details view comments and tidy-ups 2015-09-03 18:48:53 +01:00
file.rs Move time type picking to details module 2015-11-15 16:12:16 +00:00
filetype.rs Various unimportant style changes 2015-06-08 21:33:39 +01:00
main.rs Avoid cloning the file names vector 2015-11-15 15:52:55 +00:00
options.rs Improve help text 2015-11-15 17:18:02 +00:00
term.rs Make sure we check the ioctl term size result 2015-09-04 11:30:46 +01:00