Skip to content

Commit

Permalink
fix(args): update the heading of tui flag
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 7, 2024
1 parent be13c81 commit 1159ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ pub struct Args {
)]
pub bitbucket_repo: Option<RemoteValue>,
/// Launches the TUI.
#[arg(long)]
#[arg(long, help_heading = Some("FLAGS"))]
pub tui: bool,
}

Expand Down

0 comments on commit 1159ba0

Please sign in to comment.