mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Add simple 'about' text
This commit is contained in:
parent
ac35b11dc8
commit
7f5bc9884f
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ impl clap::Args for Negations {
|
|||
#[command(
|
||||
name = "fd",
|
||||
version,
|
||||
about = "A program to find entries in your filesystem",
|
||||
after_long_help = "Bugs can be reported on GitHub: https://github.com/sharkdp/fd/issues",
|
||||
args_override_self = true,
|
||||
group(ArgGroup::new("execs").args(&["exec", "exec_batch", "list_details"]).conflicts_with_all(&[
|
||||
|
|
Loading…
Reference in a new issue