Skip to content

Commit 1159ba0

Browse files
committed
fix(args): update the heading of tui flag
1 parent be13c81 commit 1159ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cliff/src/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ pub struct Args {
355355
)]
356356
pub bitbucket_repo: Option<RemoteValue>,
357357
/// Launches the TUI.
358-
#[arg(long)]
358+
#[arg(long, help_heading = Some("FLAGS"))]
359359
pub tui: bool,
360360
}
361361

0 commit comments

Comments
 (0)