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"])),