Skip to content

Commit

Permalink
docs: Clarify term_width requires wrap_help
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 30, 2022
1 parent 1877e31 commit c16fdbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c16fdbe

Please sign in to comment.