Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore: rename build patch-tags (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 1, 2024
1 parent 3f6cf8e commit 21853b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/build/patch_tags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct Opts {
#[clap(short = 't', long = "tag")]
tags: Option<String>,

#[clap(short = 'e', long = "exclusive-tag")]
#[clap(short = 'e', long = "exclusive-tags")]
exclusive_tags: Option<String>,
}

Expand Down

0 comments on commit 21853b2

Please sign in to comment.