Commit 49945fe
committed
default --verbose to true
This makes verbose output enabled by default so that the TUI always
receives script output paths (which are gated on verbose inside
execute_script). Without this, --verbose had to be explicitly passed
for the testing-status panel to show paths to unit-test, conformance-test
and prepare-environment outputs.
The --verbose / -v flag is retained for backward compatibility but is
now effectively a no-op.
The --verbose flag should be reconsidered in the future — is it even
needed at all, or should verbose behavior be unconditional and the flag
removed entirely?1 parent d23e9dd commit 49945fe
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
0 commit comments