From 3578cfe93261b6a1ef22605642d67552ce691773 Mon Sep 17 00:00:00 2001 From: specCon18 Date: Wed, 29 May 2024 20:47:19 -0400 Subject: [PATCH] extracted format_csv --- src/main.rs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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