mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 15:11:27 +00:00
Add -u
alias to long --help only
Fixed sharkdp/fd#92, specifically https://github.com/sharkdp/fd/issues/92#issuecomment-522756754
This commit is contained in:
parent
b027b2c322
commit
33f385692d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ pub fn build_app() -> App<'static, 'static> {
|
|||
arg("rg-alias-hidden-ignore")
|
||||
.short("u")
|
||||
.multiple(true)
|
||||
.hidden(true),
|
||||
.hidden_short_help(true),
|
||||
)
|
||||
.arg(
|
||||
arg("case-sensitive")
|
||||
|
|
Loading…
Reference in a new issue