feat: Beginning to refactor cli-client
This commit is contained in:
@@ -17,6 +17,7 @@ public extension DependencyValues {
|
||||
@DependencyClient
|
||||
public struct PlaybookClient: Sendable {
|
||||
|
||||
// TODO: Remove the configuration and have it passed in.
|
||||
public var installPlaybook: @Sendable (Configuration) async throws -> Void
|
||||
public var playbookDirectory: @Sendable (Configuration) async throws -> String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user