Skip to content

Commit 00eeb01

Browse files
Merge pull request 1Password#214 from 1Password/dr/binary-name
Use typeshare as command name vs typeshare-cli from package
2 parents 82ef951 + 9f98848 commit 00eeb01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/src/args.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pub enum AvailableLanguage {
1616
#[command(
1717
version,
1818
args_conflicts_with_subcommands = true,
19-
subcommand_negates_reqs = true
19+
subcommand_negates_reqs = true,
20+
name = "typeshare"
2021
)]
2122
pub struct Args {
2223
#[command(subcommand)]

0 commit comments

Comments
 (0)