diff --git a/src/main.rs b/src/main.rs index fd4022f..af376c6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ -use std::{io::Read, path::PathBuf}; +use std::io::Read; +use std::path::PathBuf; use clap::{Args,Parser,Subcommand}; #[derive(Parser)]