exa/src/options
Benjamin Sago 6755ee6ae9 Extract table columns into a struct
The table Options struct is roughly half runtime configuration and half flags to select which columns to display The column fields might as well be in their own struct, and now that the ‘for_dir’ function doesn’t use SizeFormat, it can be moved to Columns.
2017-08-09 22:25:16 +01:00
..
dir_action.rs Decouple assert_eq! and assert_parses 2017-08-09 13:41:07 +01:00
filter.rs Decouple assert_eq! and assert_parses 2017-08-09 13:41:07 +01:00
flags.rs Add tests for dir_option 2017-08-05 13:57:20 +01:00
help.rs Be stricter in strict mode 2017-08-09 09:21:29 +01:00
misfire.rs Be stricter in strict mode 2017-08-09 09:21:29 +01:00
mod.rs Extract table columns into a struct 2017-08-09 22:25:16 +01:00
parser.rs Make SizeFormat lenient, and add tests 2017-08-09 19:18:31 +01:00
version.rs Be stricter in strict mode 2017-08-09 09:21:29 +01:00
view.rs Extract table columns into a struct 2017-08-09 22:25:16 +01:00