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
parent 9ea882d7cc
commit 347b35eb57
1 changed files with 3 additions and 0 deletions

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