mirror of
https://github.com/obra/superpowers.git
synced 2026-04-26 19:49:08 +08:00
Merge pull request #452 from heliusjing/fix/add-verbose-flag-for-stream-json
Fix: add --verbose flag for stream-json output in SDD test runner
This commit is contained in:
@@ -77,6 +77,7 @@ claude -p "$PROMPT" \
|
|||||||
--plugin-dir "$PLUGIN_DIR" \
|
--plugin-dir "$PLUGIN_DIR" \
|
||||||
--dangerously-skip-permissions \
|
--dangerously-skip-permissions \
|
||||||
--output-format stream-json \
|
--output-format stream-json \
|
||||||
|
--verbose \
|
||||||
> "$LOG_FILE" 2>&1 || true
|
> "$LOG_FILE" 2>&1 || true
|
||||||
|
|
||||||
# Extract final stats
|
# Extract final stats
|
||||||
|
|||||||
Reference in New Issue
Block a user