feat(cli): Add --quiet /-q flag to goose run (#2939)

This commit is contained in:
Chaitanya Rahalkar
2025-06-18 14:23:12 -05:00
committed by GitHub
parent 98ac09cda0
commit 4e97ffacd6
3 changed files with 29 additions and 8 deletions
+1
View File
@@ -44,6 +44,7 @@ pub async fn agent_generator(
debug: false,
max_tool_repetitions: None,
interactive: false, // Benchmarking is non-interactive
quiet: false,
})
.await;