Skip to content

Commit

Permalink
fix(term): use name instead of bin_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Feb 22, 2024
1 parent 23f215d commit 1a9b81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/synd_term/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl From<Palette> for tailwind::Palette {
}

#[derive(Parser, Debug)]
#[command(version, propagate_version = true, bin_name = "synd")]
#[command(version, propagate_version = true, name = "synd")]
pub struct Args {
/// synd_api endpoint
#[arg(long, default_value = config::api::ENDPOINT, env = config::env::ENDPOINT)]
Expand Down

0 comments on commit 1a9b81d

Please sign in to comment.