exa/src/options
Benjamin Sago a1869f208e Move common icons option to file style struct
All four of the view mode command-line argument parsers tested for the --icons option. Because it was common, the behaviour has been moved to the struct that handles file styles, meaning it can be parsed in one place.

This is a better place for it, as the icons are to do with the file name, not the view. It also means that the lines view has no options left for it, which is fitting.
2020-10-23 23:57:10 +01:00
..
dir_action.rs Make View command-line args position-dependent 2020-10-23 23:04:22 +01:00
error.rs New set of lints, and Rust 2018 idioms 2020-10-13 01:36:41 +01:00
file_name.rs Move common icons option to file style struct 2020-10-23 23:57:10 +01:00
filter.rs Very slight test cleaning 2020-10-20 22:42:04 +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 Make View command-line args position-dependent 2020-10-23 23:04:22 +01:00
parser.rs Make View command-line args position-dependent 2020-10-23 23:04:22 +01:00
theme.rs Massive theming and view options refactor 2020-10-22 22:34:00 +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 Move common icons option to file style struct 2020-10-23 23:57:10 +01:00