exa/src/options
Benjamin Sago 53dc370a41 Search for long options through matches
Casualty here was that you can’t have static values reference one another directly, so the static args slice had to be turned into a slice *of references* rather than of values. No big deal, just have to write & a few more times.
2017-07-13 11:51:50 +01:00
..
dir_action.rs Start using new shorthand object field syntax 2017-05-18 22:43:32 +01:00
filter.rs Add sorting by type 2017-06-29 14:52:02 +01:00
help.rs Document --time-style, and completions 2017-07-06 00:52:27 +01:00
misfire.rs Avoid allocating vectors for the help text 2017-06-23 22:58:07 +01:00
mod.rs Start work on our own options parser 2017-07-12 12:03:07 +01:00
parser.rs Search for long options through matches 2017-07-13 11:51:50 +01:00
view.rs Get the list of file extensions from the Options 2017-07-10 14:01:38 +01:00