feat: Adds output values to some of the commands to allow them to be piped into other commands
This commit is contained in:
@@ -151,11 +151,13 @@ struct PlaybookClientTests: TestCase {
|
||||
} run: {
|
||||
@Dependency(\.playbookClient) var playbookClient
|
||||
|
||||
try await playbookClient.run.generateTemplate(.init(
|
||||
let output = try await playbookClient.run.generateTemplate(.init(
|
||||
shared: Self.sharedRunOptions,
|
||||
templateDirectory: "/template"
|
||||
))
|
||||
|
||||
#expect(output == "/template")
|
||||
|
||||
} assert: { output in
|
||||
|
||||
let expected = [
|
||||
|
||||
Reference in New Issue
Block a user