mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs: Clarify term_width requires wrap_help
This commit is contained in:
parent
1877e31c21
commit
c16fdbedc1
1 changed files with 4 additions and 0 deletions
|
@ -1062,6 +1062,8 @@ impl Command {
|
||||||
///
|
///
|
||||||
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
|
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
|
||||||
///
|
///
|
||||||
|
/// **NOTE:** This requires the [`wrap_help` feature][crate::_features]
|
||||||
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
@ -1086,6 +1088,8 @@ impl Command {
|
||||||
///
|
///
|
||||||
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
|
/// **NOTE:** This setting applies globally and *not* on a per-command basis.
|
||||||
///
|
///
|
||||||
|
/// **NOTE:** This requires the [`wrap_help` feature][crate::_features]
|
||||||
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
|
Loading…
Reference in a new issue