main: doc no lambda _arg checking in NO_LAMBDA arg help

Fixes Github issue #78
This commit is contained in:
Astro 2024-10-27 12:41:31 +01:00
parent 7b2bc25f57
commit edcd45cf79

View File

@ -43,7 +43,9 @@ fn main() {
.action(ArgAction::SetTrue)
.short('_')
.long("no-underscore")
.help("Don't check any bindings that start with a _"),
.help("Don't check any bindings that start with a _\n\
(Lambda arguments starting with _ are not checked anyway.)"
),
)
.arg(
Arg::new("QUIET")