Plaban Roy

Results 14 comments of Plaban Roy

This works: ```diff diff --git a/clap_builder/src/output/help_template.rs b/clap_builder/src/output/help_template.rs index c954f5c..634751a 100644 --- a/clap_builder/src/output/help_template.rs +++ b/clap_builder/src/output/help_template.rs @@ -498,9 +498,12 @@ impl HelpTemplate { ord_v.insert(key, arg); } - let next_line_help = self.will_args_wrap(args, longest);...

> From https://github.com/clap-rs/clap/discussions/6139#discussioncomment-14567129 > > > Looks like this has been broken since #2174. > > Yes, but the diff above fixes this

> One question I have is if the overflow case ... My bias is that "force_next_line" should apply to *one* single `Arg`. A help string may have width that is...