mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Set max. term width to make help texts easier to read
This commit is contained in:
parent
7f5bc9884f
commit
70c4865191
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ impl clap::Args for Negations {
|
||||||
version,
|
version,
|
||||||
about = "A program to find entries in your filesystem",
|
about = "A program to find entries in your filesystem",
|
||||||
after_long_help = "Bugs can be reported on GitHub: https://github.com/sharkdp/fd/issues",
|
after_long_help = "Bugs can be reported on GitHub: https://github.com/sharkdp/fd/issues",
|
||||||
|
max_term_width = 98,
|
||||||
args_override_self = true,
|
args_override_self = true,
|
||||||
group(ArgGroup::new("execs").args(&["exec", "exec_batch", "list_details"]).conflicts_with_all(&[
|
group(ArgGroup::new("execs").args(&["exec", "exec_batch", "list_details"]).conflicts_with_all(&[
|
||||||
"max_results", "has_results", "count"])),
|
"max_results", "has_results", "count"])),
|
||||||
|
|
Loading…
Reference in a new issue