Commit b82d6e8
Guard interactive mode behind `isInteractive` flag
(`!options.ci && process.stdout.isTTY && process.stdin.isTTY`),
which also unifies the CI path and the non-TTY auto-detection into
a single branch. In non-interactive mode, live progress renders are
suppressed and the final result tree is printed once before exiting
with the correct code.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c9368c0 commit b82d6e8
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
140 | | - | |
141 | 144 | | |
142 | 145 | | |
143 | | - | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
0 commit comments