about summary refs log tree commit diff stats
path: root/crates (unfollow)
Commit message (Collapse)Author
2025-07-24fix(crates/yt/commands/database): Correctly format the default for `--kind`Benedikt Peetz
The `fmt::Debug` impl will print them capitalized, which is obviously wrong in this context.
2025-07-24test(crates/yt/tests/watch/focus_switch.rs): This test simply