From 70c48651916b9dab8da759c2d0087d42c56cc259 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 1 Nov 2022 21:14:16 +0100 Subject: [PATCH] Set max. term width to make help texts easier to read --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index 777bd9e..0608d1f 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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"])),