Add Github URL to `--help` also

This commit is contained in:
Scott Baker 2022-08-17 08:40:23 -07:00 committed by David Peter
parent 97dfd8b428
commit fcf8099587
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ pub fn build_app() -> Command<'static> {
.color(clap_color_choice) .color(clap_color_choice)
.setting(AppSettings::DeriveDisplayOrder) .setting(AppSettings::DeriveDisplayOrder)
.dont_collapse_args_in_usage(true) .dont_collapse_args_in_usage(true)
.after_help( .after_help("Bugs can be reported on Github: https://github.com/sharkdp/fd\n
"Note: `fd -h` prints a short and concise overview while `fd --help` gives all \ Note: `fd -h` prints a short and concise overview while `fd --help` gives all \
details.", details.",
) )
.arg( .arg(
Arg::new("hidden") Arg::new("hidden")