feat: add link command
This commit is contained in:
@@ -40,5 +40,13 @@ fn main() -> Result<()> {
|
||||
cli::Postgres::Dump { path } => scripts::postgres::dump(&db_container, &path),
|
||||
}
|
||||
}
|
||||
cli::Commands::Link { command } => match command {
|
||||
cli::Link::Add { paths, force } => scripts::link::add(&paths, force),
|
||||
cli::Link::Check {
|
||||
paths,
|
||||
porcelain,
|
||||
null,
|
||||
} => scripts::link::check(&paths, porcelain, null),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user