exa/src/options
Benjamin Sago d93e168b4d Move Environment to a table’s Options
This commit moves the Environment field from the Table to its Options, and properly gets rid of the name ‘columns’ from the last commit.

Having it in the Options is important, because it means it can be generated from some command-line options. Also, it reduces the number of arguments that need to be passed to Table::new; there would have been 4 with the inclusion of the Environment, but by moving some of the code into the function, we can avoid this (and any further arguments).
2017-07-05 21:01:01 +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 sorting by type 2017-06-29 14:57:43 +01:00
misfire.rs Avoid allocating vectors for the help text 2017-06-23 22:58:07 +01:00
mod.rs Move Environment to a table’s Options 2017-07-05 21:01:01 +01:00
view.rs Move Environment to a table’s Options 2017-07-05 21:01:01 +01:00