Skip to content

Commit 9658c74

Browse files
committed
spin templates install: allow --repo
Signed-off-by: itowlson <[email protected]>
1 parent 3c4d832 commit 9658c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/templates.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub struct Install {
6262
#[clap(
6363
name = INSTALL_FROM_GIT_OPT,
6464
long = "git",
65+
alias = "repo",
6566
conflicts_with = INSTALL_FROM_DIR_OPT,
6667
)]
6768
pub git: Option<String>,

0 commit comments

Comments
 (0)