clap/tests
Ed Page dfe9e73880 fix(help): Update auto-next-line to use new padding
In clap v4, we changed the padding from 4 to 2 but we didn't update our
calculation for when to switch to next-line-help as it was a magic
number (we tried to catch all of these).

When updating the tests, we also missed that a test was being wrapped
too narrowly

This was found while discussing #3300
2022-11-07 10:36:51 -06:00
..
builder fix(help): Update auto-next-line to use new padding 2022-11-07 10:36:51 -06:00
derive fix(derive): Allow 'long_help' to force populating from doc comment 2022-11-07 09:41:52 -06:00
derive_ui fix(derive): Improve skip method error 2022-09-06 10:48:54 -05:00
ui fix(error): Don't suggest '--' when it doesn't help 2022-10-13 10:17:11 -05:00
derive_ui.rs chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00
examples.rs feat(help): 'usage' feature flag for auto-genned usage 2022-09-19 13:15:47 -05:00
macros.rs feat(help): 'usage' feature flag for auto-genned usage 2022-09-19 13:15:47 -05:00
ui.rs feat(help): 'usage' feature flag for auto-genned usage 2022-09-19 13:15:47 -05:00