Skip to content

Commit 282d1bc

Browse files
committed
feat: Add help_heading to command
- allows setting a custom help heading for the command - implements getter for help heading
1 parent 47f0c2d commit 282d1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clap_builder/src/builder/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3704,7 +3704,7 @@ impl Command {
37043704
}
37053705

37063706

3707-
/// Set a custom [`help_heading`] for the command
3707+
/// Set a custom help heading
37083708
#[inline]
37093709
#[must_use]
37103710
pub fn help_heading(mut self, heading: impl IntoResettable<Str>) -> Self {

0 commit comments

Comments
 (0)