aboutsummaryrefslogtreecommitdiff
path: root/src/csl.rs
AgeCommit message (Collapse)Author
2020-04-04add new bosses (wing 7 & strikes)Daniel
2019-05-31add option to filter based on bossDaniel
2019-05-18add support for weekday filteringDaniel
2019-02-16introduce CommaSeparatedListDaniel
This gives a common interface for command line flags which take multiple values, possibly with negation. This might come in useful if we add filtering by boss, e.g. "--boss !deimos" to ignore all deimos logs.