Add Jetpack (fix #80)
This commit is contained in:
@@ -265,6 +265,10 @@ fn run() -> Result<(), Error> {
|
||||
|terminal| generic::run_opam_update(terminal, opt.dry_run),
|
||||
&mut execution_context,
|
||||
)?);
|
||||
report.push_result(execute(
|
||||
|terminal| generic::run_jetpack(terminal, opt.dry_run),
|
||||
&mut execution_context,
|
||||
)?);
|
||||
report.push_result(execute(
|
||||
|terminal| vim::upgrade_vim(&base_dirs, terminal, opt.dry_run),
|
||||
&mut execution_context,
|
||||
|
||||
Reference in New Issue
Block a user