mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
flag: q instead of Q
Co-authored-by: João Marcos Bezerra <marcospb19@hotmail.com>
This commit is contained in:
parent
0ceb84d5cf
commit
71026287a3
@ -30,7 +30,7 @@ pub struct Opts {
|
||||
pub hidden: bool,
|
||||
|
||||
/// Silences output
|
||||
#[arg(short = 'Q', long)]
|
||||
#[arg(short = 'q', long)]
|
||||
pub quiet: bool,
|
||||
|
||||
/// Ignores files matched by git's ignore files
|
||||
|
Loading…
x
Reference in New Issue
Block a user