feat: Adds playbook client

This commit is contained in:
2024-12-13 11:27:43 -05:00
parent b557a60fa3
commit d1b3379815
42 changed files with 214 additions and 1115 deletions

View File

@@ -30,7 +30,7 @@ struct InstallDependenciesCommand: AsyncParsableCommand {
@Argument(
help: "Extra arguments / options to pass to the homebrew command."
)
var extraOptions: [String]
var extraOptions: [String] = []
mutating func run() async throws {
@Dependency(\.cliClient) var cliClient