From c16fdbedc17a7ccac6ebc1bdfa195d8215182256 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 30 Sep 2022 12:30:14 -0500 Subject: [PATCH] docs: Clarify term_width requires wrap_help --- src/builder/command.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/builder/command.rs b/src/builder/command.rs index 17d7601e..b06ea45a 100644 --- a/src/builder/command.rs +++ b/src/builder/command.rs @@ -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