Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-16 | write_since(): Take an arbitrary `Write`r | Teddy Wing | |
Instead of always printing to standard output, have the function take a writer to write the output to. | |||
2020-09-16 | Move `main()` to `lib::write_since()` | Teddy Wing | |
Move this to a library function for better organisation. This will facilitate splitting up and refining `write_since()`, and free up `main()` for command line argument parsing. |