feat: More readme, updates flag for using local template during project creation.
All checks were successful
CI / Run Tests (pull_request) Successful in 3m22s

This commit is contained in:
2024-12-18 14:59:40 -05:00
parent 1ce25c93f3
commit d1de0e1996
2 changed files with 18 additions and 2 deletions

View File

@@ -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