Commit edeeca3
committed
🐛 Fix stdio -v flag leaking debug logs via clap arg ID collision
Stdio's `verbose` field shared the arg ID "verbose" with the global
`VerbosityArgs::verbose`, causing clap to merge them when the global
arg propagated to the subcommand level. This made `-v` at the stdio
level set the global verbose flag to true, overriding `--log-level`.1 parent 7930391 commit edeeca3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| |||
0 commit comments