Adds support for 'myrepos' cli tool (#149)

This commit is contained in:
Philipp Weißmann
2019-05-15 11:33:22 +02:00
committed by Roey Darwish Dror
parent 93d3eb2bc3
commit 599fa49260
3 changed files with 27 additions and 0 deletions

View File

@@ -277,6 +277,12 @@ fn run() -> Result<(), Error> {
|| generic::run_pipx_update(run_type),
config.no_retry(),
)?;
execute(
&mut report,
"myrepos",
|| generic::run_myrepos_update(&base_dirs, run_type),
config.no_retry(),
)?;
#[cfg(unix)]
execute(&mut report, "pearl", || unix::run_pearl(run_type), config.no_retry())?;
execute(