README & License (#3)
All checks were successful
CI / Run Tests (push) Successful in 2m25s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2024-12-19 14:41:35 +00:00
parent 1e72dbcfc2
commit daeeffa995
6 changed files with 219 additions and 4 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