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

@@ -30,6 +30,7 @@ fn main() -> Result<()> {
},
cli::Commands::Link { command } => match command {
cli::Link::Add { paths, force } => scripts::link::add(&paths, force),
cli::Link::Restore { paths, all } => scripts::link::restore(&paths, all),
cli::Link::Check {
paths,
porcelain,