• B
    Move common icons option to file style struct · a1869f20
    Benjamin Sago 提交于
    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.
    a1869f20
file_name.rs 10.7 KB