feat: More readme, updates flag for using local template during project creation.
All checks were successful
CI / Run Tests (pull_request) Successful in 3m22s
All checks were successful
CI / Run Tests (pull_request) Successful in 3m22s
This commit is contained in:
@@ -40,7 +40,10 @@ struct CreateCommand: AsyncParsableCommand {
|
||||
var templateDir: String?
|
||||
|
||||
@Flag(
|
||||
name: .shortAndLong,
|
||||
name: [
|
||||
.short,
|
||||
.customLong("use-local-template")
|
||||
],
|
||||
help: "Force using a local template directory."
|
||||
)
|
||||
var localTemplateDir = false
|
||||
|
||||
Reference in New Issue
Block a user