mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Add a link back to Github to --help
(but not -h
)
This commit is contained in:
parent
8ccf21437b
commit
12142008df
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue