We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf5cd1 commit 0bfa6feCopy full SHA for 0bfa6fe
clap_builder/src/builder/command.rs
@@ -3703,7 +3703,6 @@ impl Command {
3703
self
3704
}
3705
3706
-
3707
/// Set a custom help heading
3708
///
3709
/// To place the `help` subcommand under a custom heading amend the default
@@ -4321,7 +4320,7 @@ impl Command {
4321
4320
pub fn is_help_heading_set(&self) -> bool {
4322
self.help_heading.is_some()
4323
4324
+
4325
/// Report whether [`Command::subcommand_required`] is set
4326
pub fn is_subcommand_required_set(&self) -> bool {
4327
self.is_set(AppSettings::SubcommandRequired)
0 commit comments