Skip to content

Commit

Permalink
chore(term): set clap bin_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Feb 21, 2024
1 parent 7936964 commit dca2b89
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)]
#[command(version, propagate_version = true, bin_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 dca2b89

Please sign in to comment.