aboutsummaryrefslogtreecommitdiff
path: root/src/edit.rs
Commit message (Collapse)AuthorAgeFilesLines
* Apply clippy suggestions魏曹先生2026-04-171-12/+2
| | | | | | | | | | - Use `BTreeMap::entry` API in `update_item` - Replace `or_insert_with(Vec::new)` with `or_default` - Iterate over map values instead of key-value pairs - Use `std::io::Error::other` for custom errors - Simplify filter logic with direct predicate - Replace manual `Into` implementation with `From` - Remove unnecessary explicit returns
* Add edit command with table serialization support魏曹先生2026-04-171-0/+55