mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
address comments
Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
parent
7d4d2154ea
commit
69b7c2b7bb
@ -8,7 +8,7 @@ use std::{
|
||||
thread,
|
||||
};
|
||||
|
||||
use fs_err::{self as fs};
|
||||
use fs_err as fs;
|
||||
use same_file::Handle;
|
||||
|
||||
use crate::{
|
||||
|
@ -82,8 +82,8 @@ pub enum Subcommand {
|
||||
#[arg(long, group = "compression-level")]
|
||||
slow: bool,
|
||||
|
||||
/// Tar and Zip specific: add the symlink target to the archive instead of the symlink itself
|
||||
#[arg(long)]
|
||||
/// Archive target files instead of storing symlinks (supported by `tar` and `zip`)
|
||||
#[arg(long, short = 'S')]
|
||||
follow_symlinks: bool,
|
||||
},
|
||||
/// Decompresses one or more files, optionally into another folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user