commit: | 913e187815245dcaf14514fc8b00561939f1df79 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Sun Jan 29 01:31:21 2023 +0100 |
parents: | aca44609ad425d8195f70feb6585fdae1b7692db |
diff --git a/src/main.rs b/src/main.rs line changes: +0/-8 index e5ee47c..0120a64 --- a/src/main.rs +++ b/src/main.rs
@@ -29,14 +29,6 @@ mod util; use generate::GitsyGenerator; use settings::{GitsyCli, GitsySettings}; -// TODO: -// -// * favicon -// * better error propagation -// * automated tests -// * documentation + examples -// - fn main() { let cli = GitsyCli::new(); let (settings, repo_descriptions) = GitsySettings::new(&cli);