feat: add link restore

This commit is contained in:
2026-09-08 09:32:30 +00:00
parent ef3ad1a410
commit 260ef24174
4 changed files with 135 additions and 4 deletions

View File

@@ -15,6 +15,15 @@ pub enum Link {
force: bool,
},
/// Move paths in the store back into the repository
Restore {
paths: Vec<PathBuf>,
/// Restore every path this repository has in the store
#[arg(long)]
all: bool,
},
/// List untracked paths a sandbox would still see
Check {
/// Limit the listing to these paths