Set max. term width to make help texts easier to read

This commit is contained in:
David Peter 2022-11-01 21:14:16 +01:00
parent 7f5bc9884f
commit 70c4865191
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ impl clap::Args for Negations {
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",
max_term_width = 98,
args_override_self = true,
group(ArgGroup::new("execs").args(&["exec", "exec_batch", "list_details"]).conflicts_with_all(&[
"max_results", "has_results", "count"])),