This commit is contained in:
2023-03-14 21:32:27 -04:00
parent af03debf30
commit fe068a699e
3 changed files with 55 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ struct GitVersionCommand: ParsableCommand {
commandName: "git-version",
version: VERSION ?? "0.0.0",
subcommands: [
Build.self,
Generate.self,
Update.self
]