atuin/crates/atuin-client
Andrew Aylett cea5f840ef
style: Avoid calling unwrap() when we don't have to (#2519)
Use `if let` rather than `is_some()` followed by `unwrap()`, and coerce
errors instead of calling `unwrap()` when available.
2025-01-07 20:15:53 +00:00
..
migrations chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
record-migrations chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
src style: Avoid calling unwrap() when we don't have to (#2519) 2025-01-07 20:15:53 +00:00
tests/data chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
Cargo.toml chore(deps): bump ratatui to 0.29.0 (#2474) 2024-12-27 22:15:19 +00:00
config.toml feat(client): add filter mode enablement and ordering configuration (#2430) 2024-11-19 11:02:32 -08:00