Skip to content

Commit 4ee939b

Browse files
committed
chore: resolv short arg conflict
1 parent 00504c3 commit 4ee939b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/create/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct CreateCommon {
3636
pub issuer: Url,
3737

3838
/// Additional scope
39-
#[arg(short, long)]
39+
#[arg(short = 'S', long)]
4040
pub scope: Option<String>,
4141
}
4242

0 commit comments

Comments
 (0)