feat: Reorganizes files
This commit is contained in:
@@ -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
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user