docs: Clarify term_width requires wrap_help

This commit is contained in:
Ed Page 2022-09-30 12:30:14 -05:00
parent 1877e31c21
commit c16fdbedc1

View file

@ -1062,6 +1062,8 @@ impl Command {
///
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
///
/// **NOTE:** This requires the [`wrap_help` feature][crate::_features]
///
/// # Examples
///
/// ```no_run
@ -1086,6 +1088,8 @@ impl Command {
///
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
///
/// **NOTE:** This requires the [`wrap_help` feature][crate::_features]
///
/// # Examples
///
/// ```no_run