feat: list what the store holds for this repository
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user