Support antidote (#368)

This commit is contained in:
Roey Darwish Dror
2023-02-26 23:45:43 +02:00
committed by GitHub
parent a5d5d987d2
commit 7728819133
2 changed files with 23 additions and 4 deletions

View File

@@ -317,6 +317,7 @@ For more information about this issue see https://askubuntu.com/questions/110969
{
runner.execute(Step::Shell, "zr", || zsh::run_zr(&base_dirs, run_type))?;
runner.execute(Step::Shell, "antibody", || zsh::run_antibody(run_type))?;
runner.execute(Step::Shell, "antidote", || zsh::run_antidote(&ctx))?;
runner.execute(Step::Shell, "antigen", || zsh::run_antigen(&base_dirs, run_type))?;
runner.execute(Step::Shell, "zgenom", || zsh::run_zgenom(&base_dirs, run_type))?;
runner.execute(Step::Shell, "zplug", || zsh::run_zplug(&base_dirs, run_type))?;