feat: add link restore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user