aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-04-15Add license (GNU GPLv3+)Teddy Wing
2018-04-15Pass `latitude`, `longitude`, `end_date` to `build_rss::write_feed`Teddy Wing
2018-04-15Always print help message if `-h` or `--help` flags passedTeddy Wing
2018-04-15Add `latitude`, `longitude`, `end-date` command line argumentsTeddy Wing
2018-04-15build_rss(write_feed): Automatically handle date formattingTeddy Wing
2018-04-15Use the correct time format for `end_date_range`Teddy Wing
2018-04-15Use 'error-chain' in `main()`Teddy Wing
2018-04-14Pass `find_upcoming_events` parameters along through the programTeddy Wing
2018-04-13Output a feed to STDOUT when running the executableTeddy Wing
2018-04-12Make `meetup-api-token` a required argument, print its valueTeddy Wing
2018-04-12Print Getopts errors with a newlineTeddy Wing
2018-04-12Parse command line arguments and add help outputTeddy Wing
2018-04-12Initial commit. Generated Rust v1.25.0 project.Teddy Wing