-
Notifications
You must be signed in to change notification settings - Fork 3.3k
--quiet doesn't suppress non-responce output #5523
Copy link
Copy link
Labels
Description
Describe the bug
There is also some info about recipe params:
% goose run --recipe page-slug.goose.yaml --params path="root/page/subpage" --params title="My Super Title" --quiet
Loading recipe: Page Slug Generator
Parameters used to load this recipe:
path: root/page/subpage
title: My Super Title
my-super-title
% goose run --recipe page-slug.goose.yaml --params path="root/page/subpage" --params title="My Super Title" --quiet | pbcopy
Loading recipe: Practicum Page Slug Generator
Parameters used to load this recipe:
% pbpaste
title: My Super Title
path: root/page/subpage
my-super-title
To Reproduce
Steps to reproduce the behavior:
- Write any recipe with params
- Run it with
--quiet - See some non-responce output about params
Expected behavior
Only last line in output
Please provide following information:
- OS & Arch: macOS, M3
- Interface: CLI
- Version: 1.12.1
- Extensions enabled: no
- Provider & Model: any
Reactions are currently unavailable