address comments

Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
tommady 2025-04-14 07:47:46 +00:00
parent 7d4d2154ea
commit 69b7c2b7bb
No known key found for this signature in database
GPG Key ID: 175B664929DF2F2F
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ use std::{
thread, thread,
}; };
use fs_err::{self as fs}; use fs_err as fs;
use same_file::Handle; use same_file::Handle;
use crate::{ use crate::{

View File

@ -82,8 +82,8 @@ pub enum Subcommand {
#[arg(long, group = "compression-level")] #[arg(long, group = "compression-level")]
slow: bool, slow: bool,
/// Tar and Zip specific: add the symlink target to the archive instead of the symlink itself /// Archive target files instead of storing symlinks (supported by `tar` and `zip`)
#[arg(long)] #[arg(long, short = 'S')]
follow_symlinks: bool, follow_symlinks: bool,
}, },
/// Decompresses one or more files, optionally into another folder /// Decompresses one or more files, optionally into another folder