feat: Commit pre integrating configuration client into cli-client.

This commit is contained in:
2024-12-23 14:26:41 -05:00
parent c07a0ef13b
commit 9b60ba0e6c
13 changed files with 347 additions and 31 deletions

View File

@@ -9,7 +9,8 @@ struct CliVersionCommand: AsyncParsableCommand {
subcommands: [
Build.self,
Bump.self,
Generate.self
Generate.self,
UtilsCommand.self
],
defaultSubcommand: Bump.self
)