feat: add option to specify subdirectory in repo to use

This commit is contained in:
Jef Roosens 2022-12-16 11:21:28 +01:00
parent a48358fd75
commit 1ce7b9d571
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
14 changed files with 120 additions and 28 deletions

View file

@ -44,6 +44,7 @@ pub struct NewTarget {
url string
branch string
repo string
path string
arch []string
}