feat: list what the store holds for this repository
This commit is contained in:
@@ -75,6 +75,9 @@ fn run(ctx: &Ctx, command: cli::Commands) -> Result<ExitCode> {
|
||||
force,
|
||||
store,
|
||||
} => commands::link::add(ctx, &paths, force, store.root.as_deref()).map(|()| done),
|
||||
cli::Link::List { store } => {
|
||||
commands::link::list(ctx, store.root.as_deref()).map(|()| done)
|
||||
}
|
||||
cli::Link::Restore { paths, all, store } => {
|
||||
commands::link::restore(ctx, &paths, all, store.root.as_deref()).map(|()| done)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user