feat: Updates configuration commands and parsing strategy.
All checks were successful
CI / Ubuntu (push) Successful in 2m59s

This commit is contained in:
2024-12-25 17:31:38 -05:00
parent 3cfd882f38
commit fbb4a22e98
10 changed files with 331 additions and 161 deletions

View File

@@ -10,7 +10,7 @@ struct Application: AsyncParsableCommand {
BuildCommand.self,
BumpCommand.self,
GenerateCommand.self,
UtilsCommand.self
ConfigCommand.self
],
defaultSubcommand: BumpCommand.self
)