• B
    Remove filter and dir_action from Details · 65d94636
    Benjamin Sago 提交于
    These two fields were originally needed to determine how to recurse when using tree view.
    
    However, as there was no distinction between the “options parsed from the command-line” Details and the “values needed to render a table” Details, these had to be threaded through the options parser as a special-case to end up in the right struct.
    
    No more! Because there are separate structs for options and rendering, we can just add them in later.
    65d94636
view.rs 12.0 KB