feat: Adds playbook client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user