Adds support for 'myrepos' cli tool (#149)
This commit is contained in:
committed by
Roey Darwish Dror
parent
93d3eb2bc3
commit
599fa49260
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user