diff --git a/src/main.rs b/src/main.rs index 20ef23a..e9b8e97 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,7 +56,7 @@ //! ``` use clap::Parser; use std::{io, fs, path::PathBuf}; - +//TODO: implement mod file_tree :ODOT// #[derive(Parser)] #[command(name = "YUNODO")] #[command(version = "0.3.0")] @@ -102,7 +102,6 @@ fn read_files_in_directory(dir_path: &str) -> io::Result