feat: list what the store holds for this repository

This commit is contained in:
2026-09-08 14:16:38 +00:00
parent 6389f3f1f5
commit 79ef5cca2d
3 changed files with 93 additions and 18 deletions

View File

@@ -30,6 +30,12 @@ pub enum Link {
store: Store,
},
/// List what this repository keeps in the store
List {
#[command(flatten)]
store: Store,
},
/// List untracked paths a sandbox would still see
Check {
/// Limit the listing to these paths