Skip to content

Commit

Permalink
Merge pull request #214 from 1Password/dr/binary-name
Browse files Browse the repository at this point in the history
Use typeshare as command name vs typeshare-cli from package
  • Loading branch information
darrell-roberts authored Nov 21, 2024
2 parents 82ef951 + 9f98848 commit 00eeb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pub enum AvailableLanguage {
#[command(
version,
args_conflicts_with_subcommands = true,
subcommand_negates_reqs = true
subcommand_negates_reqs = true,
name = "typeshare"
)]
pub struct Args {
#[command(subcommand)]
Expand Down

0 comments on commit 00eeb01

Please sign in to comment.