feat: Reorganizes files

This commit is contained in:
2024-11-30 09:21:27 -05:00
parent ed3f752694
commit 2c551e33d3
12 changed files with 212 additions and 113 deletions

View File

@@ -8,10 +8,9 @@ struct Application: AsyncParsableCommand {
static let configuration = CommandConfiguration(
commandName: "hpa",
abstract: "A utility for working with ansible hpa playbook.",
abstract: "\("A utility for working with ansible hpa playbook.".blue)",
subcommands: [
BuildCommand.self, CreateCommand.self, CreateProjectTemplateCommand.self,
GenerateConfigurationCommand.self
BuildCommand.self, CreateCommand.self, UtilsCommand.self
]
)