feat: Adds build-with-version plugin.

This commit is contained in:
2024-12-13 08:19:36 -05:00
parent 5f4ef3b5b5
commit b557a60fa3
3 changed files with 15 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ struct Application: AsyncParsableCommand {
static let configuration = CommandConfiguration(
commandName: Constants.appName,
abstract: createAbstract("A utility for working with ansible hpa playbook."),
version: VERSION,
subcommands: [
BuildCommand.self, CreateCommand.self, VaultCommand.self, UtilsCommand.self
]