Skip to content

Conversation

@LucasPickering
Copy link
Owner

Description

Describe the change. If there is an associated issue, please include the issue link (e.g. "Closes #xxx"). For UI changes, please also include screenshots.

Replace --verbose with --log-level. I forgot we're already using --verbose within the request subcommand. This also replaces the RUST_LOG env var.

Known Risks

What issues could potentially go wrong with this change? Is it a breaking change? What have you done to mitigate any potential risks?

QA

How did you test this?

Checklist

  • Have you read CONTRIBUTING.md already?
  • Did you update CHANGELOG.md?
    • Only user-facing changes belong in the changelog. Internal changes such as refactors should only be included if they'll impact users, e.g. via performance improvement.
  • Did you remove all TODOs?
    • If there are unresolved issues, please open a follow-on issue and link to it in a comment so future work can be tracked

Having a --verbose flag doesn't work because the request subcommand already has --verbose. I replaced it with --log-level instead, which can set both CLI and TUI log level.
@LucasPickering LucasPickering enabled auto-merge (rebase) January 5, 2026 09:31
@LucasPickering LucasPickering merged commit d168f9e into 5.0 Jan 5, 2026
19 checks passed
@LucasPickering LucasPickering deleted the fix-verbose-flag branch January 5, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants