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:
Nathan Henrie 2019-09-16 07:21:19 -06:00 committed by David Peter
parent b027b2c322
commit 33f385692d
1 changed files with 1 additions and 1 deletions

View File

@ -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")