just icon indicating copy to clipboard operation
just copied to clipboard

Feature request: `quiet` attribute that forces quiet for a recipe

Open CramBL opened this issue 9 months ago • 0 comments

Setting JUST_VERBOSE=1 in CI can be great for debugging if you have deeply nested recipe calls, but it overwrites quiet settings, which can cause recipes that are called a lot to clutter logs.

Introducing a quiet recipe attribute would fix the issue by forcing the recipe to always be quiet regardless of global settings.

CramBL avatar May 16 '25 13:05 CramBL