diff --git a/crates/core/app.rs b/crates/core/app.rs index 74cddbf09..7526ff16a 100644 --- a/crates/core/app.rs +++ b/crates/core/app.rs @@ -1434,6 +1434,7 @@ This flag can be disabled with --no-hidden. " ); let arg = RGArg::switch("hidden") + .short(".") .help(SHORT) .long_help(LONG) .overrides("no-hidden");