summaryrefslogtreecommitdiffstats
path: root/src/options/dir_action.rs
AgeCommit message (Collapse)Author
2016-04-17Split up the options moduleBenjamin Sago
The original options was becoming a bit unwieldy, and would have been even more so if I added the same amount of comments. So this commit splits it up. There's no extra hiding going on here, or rearranging things within the module: (almost) everything now has to be marked 'pub' to let other sub-modules in the new options module to see it.