feat: Commit pre integrating configuration client into cli-client.
This commit is contained in:
@@ -9,7 +9,8 @@ struct CliVersionCommand: AsyncParsableCommand {
|
||||
subcommands: [
|
||||
Build.self,
|
||||
Bump.self,
|
||||
Generate.self
|
||||
Generate.self,
|
||||
UtilsCommand.self
|
||||
],
|
||||
defaultSubcommand: Bump.self
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user