jj/cli
Yuya Nishihara d40e06395e cli: bookmark list: use Option<Vec<_>> to encode all-by-default filter types
I feel .is_some() is easier to follow than !.is_empty().
2024-10-25 22:24:46 +09:00
..
examples revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
src cli: bookmark list: use Option<Vec<_>> to encode all-by-default filter types 2024-10-25 22:24:46 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests bookmark list: add --remote to filter remote bookmarks listing 2024-10-24 18:34:43 +02:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE