Added verbosity to debug

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
alexis-opolka 2025-06-01 20:36:22 +02:00
parent f6d0bfbc46
commit 52d97e5533

View file

@ -148,6 +148,10 @@ pub fn main(uri: String, yes_flag: bool, branch: &Option<String>) -> Result<()>
&to.clone().to_str().unwrap()
);
eprintln!("=> Collection: {}", local_collection[0..&local_collection.len() - 1].join(MAIN_SEPARATOR_STR));
eprintln!("=> local_to_folder: {}", &local_to_folder);
eprintln!("=> complete_local_path: {}", &complete_local_path);
debug!("=> {}", &complete_local_path);
fs::create_dir_all(&local_to_folder).unwrap_or(());