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