Add a link back to Github to --help (but not -h)

This commit is contained in:
Scott Baker 2022-09-14 14:10:34 -07:00 committed by David Peter
parent 8ccf21437b
commit 12142008df

View File

@ -16,6 +16,9 @@ pub fn build_app() -> Command<'static> {
"Note: `fd -h` prints a short and concise overview while `fd --help` gives all \
details.",
)
.after_long_help(
"Bugs can be reported on Github: https://github.com/sharkdp/fd"
)
.arg(
Arg::new("hidden")
.long("hidden")