Skip to content

--quiet doesn't suppress non-responce output #5523

@veged

Description

@veged

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:

  1. Write any recipe with params
  2. Run it with --quiet
  3. 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

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions