feat: Adds install-dependencies command.
This commit is contained in:
@@ -11,7 +11,8 @@ struct UtilsCommand: AsyncParsableCommand {
|
||||
""",
|
||||
subcommands: [
|
||||
GenerateProjectTemplateCommand.self,
|
||||
GenerateConfigurationCommand.self
|
||||
GenerateConfigurationCommand.self,
|
||||
InstallDependenciesCommand.self
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user