Skip to content

Commit

Permalink
Fix branding in --help-connect (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix authored Dec 17, 2024
1 parent b8e76cf commit 2fff758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,8 @@ fn update_cmd_about(cmd: &mut clap::Command) {
}

fn print_full_connection_options() {
let app = <HelpConnect as clap::CommandFactory>::command();
let mut app = <HelpConnect as clap::CommandFactory>::command();
update_cmd_about(&mut app);

let mut new_app = clap::Command::new("edgedb-connect").term_width(term_width());
if !print::use_color() {
Expand Down

0 comments on commit 2fff758

Please sign in to comment.