add stack support (#234)

This commit is contained in:
czwinzscher
2019-10-07 19:13:29 +02:00
committed by Roey Darwish Dror
parent b9125f88a9
commit 065bb87c97
3 changed files with 14 additions and 0 deletions

View File

@@ -358,6 +358,12 @@ fn run() -> Result<(), Error> {
|| generic::run_pipx_update(run_type),
config.no_retry(),
)?;
execute(
&mut report,
"stack",
|| generic::run_stack_update(run_type),
config.no_retry(),
)?;
execute(
&mut report,
"myrepos",