diff --git a/src/commands/compress.rs b/src/commands/compress.rs index 353d81f..a2a5018 100644 --- a/src/commands/compress.rs +++ b/src/commands/compress.rs @@ -23,6 +23,7 @@ use crate::{ /// # Return value /// - Returns `Ok(true)` if compressed all files normally. /// - Returns `Ok(false)` if user opted to abort compression mid-way. +#[allow(clippy::too_many_arguments)] pub fn compress_files( files: Vec, extensions: Vec,