Skip to content

Commit 042ce94

Browse files
authored
Merge pull request #2504 from itowlson/templates-install-alias-git-to-repo
`spin templates install`: allow `--repo`
2 parents 424bff5 + 9658c74 commit 042ce94

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)