feat: Adds install-dependencies command.

This commit is contained in:
2024-12-12 13:39:11 -05:00
parent 56a0bca00c
commit 2b265a4ca5
7 changed files with 44 additions and 8 deletions

View File

@@ -11,7 +11,8 @@ struct UtilsCommand: AsyncParsableCommand {
""",
subcommands: [
GenerateProjectTemplateCommand.self,
GenerateConfigurationCommand.self
GenerateConfigurationCommand.self,
InstallDependenciesCommand.self
]
)