Compare commits

1 Commits

Author SHA1 Message Date
2caa88ad43 seperated module into new file 2023-06-15 10:43:26 -04:00

View File

@@ -9,7 +9,6 @@ use std::path::{Path, PathBuf};
use std::process::Command; use std::process::Command;
//TODO handle unwraps and errors more uniformly //TODO handle unwraps and errors more uniformly
//TODO move TodoFile into its file
//TODO clean up verbose printing //TODO clean up verbose printing
fn main() { fn main() {