• B
    Move filter and dir_action from options to fs · 5b1966d2
    Benjamin Sago 提交于
    This commit moves the definitions of Filter and DirAction from the options module to the fs module, but leaves the parts that actually have to do with option parsing alone.
    
    Now, the options module shouldn’t define any types that get used elsewhere in the program: it only adds functionality to types that already exist.
    5b1966d2
view.rs 12.6 KB