refactor: move RunType::execute to ExecutionContext

This commit is contained in:
Andre Toerien
2025-06-24 15:20:29 +02:00
committed by Gideon
parent 257d202646
commit 32197f79f3
27 changed files with 386 additions and 621 deletions

View File

@@ -48,7 +48,7 @@ pub fn run_tpm(ctx: &ExecutionContext) -> Result<()> {
print_separator("tmux plugins");
ctx.run_type().execute(tpm).arg("all").status_checked()
ctx.execute(tpm).arg("all").status_checked()
}
struct Tmux {