diff --git a/src/commands/decompress.rs b/src/commands/decompress.rs index 267a585..dcb8f85 100644 --- a/src/commands/decompress.rs +++ b/src/commands/decompress.rs @@ -234,6 +234,7 @@ pub fn decompress_file( /// - If the archive contains only one file, it will be extracted to the `output_dir` /// - If the archive contains multiple files, it will be extracted to a subdirectory of the /// output_dir named after the archive (given by `output_file_path`) +/// /// Note: This functions assumes that `output_dir` exists fn smart_unpack( unpack_fn: impl FnOnce(&Path) -> crate::Result,