feat: Adds output values to some of the commands to allow them to be piped into other commands
This commit is contained in:
@@ -44,7 +44,7 @@ public extension PlaybookClient {
|
||||
struct RunPlaybook: Sendable {
|
||||
public var buildProject: @Sendable (BuildOptions) async throws -> Void
|
||||
public var createProject: @Sendable (CreateOptions, JSONEncoder?) async throws -> Void
|
||||
public var generateTemplate: @Sendable (GenerateTemplateOptions) async throws -> Void
|
||||
public var generateTemplate: @Sendable (GenerateTemplateOptions) async throws -> String
|
||||
|
||||
public func createProject(_ options: CreateOptions) async throws {
|
||||
try await createProject(options, nil)
|
||||
|
||||
Reference in New Issue
Block a user