summaryrefslogtreecommitdiffstats
path: root/src/actions/get.rs
AgeCommit message (Expand)Author
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-04-17use CamelCase for enum elementsNora
2019-02-26move argument structs to the action modulesNora
2019-02-25rename command argument structs for clarityNora
2019-02-25structopt getNora
2019-02-05move to Rust Edition 2018Nora
2019-01-28ci: filter integration and unit tests by module nameVincent Breitmoser
2019-01-20introduce stdioutils, move test fixtures over thereVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-17icalvcalendar: make check_for_errors return Vec<String>Nora
2019-01-17get/calendars: don't depend on filesystem orderVincent Breitmoser
2019-01-17add "get" actionVincent Breitmoser