context: refactor context command running
All checks were successful
CI / build (push) Successful in 1m55s

This commit is contained in:
2025-12-17 10:05:47 +01:00
parent 35eaaaf93a
commit 106c61a096
4 changed files with 88 additions and 139 deletions

View File

@@ -3,7 +3,7 @@ mod local;
mod manager;
mod ssh;
pub use api::{CommandRunner, Context, ContextCommand};
pub use api::{Context, ContextCommand};
pub use manager::ContextManager;
pub fn current_context() -> Context {