deb: change ui/ux of pkh deb
CI / build (push) Successful in 2m54s
CI / test (push) Skipped
CI / snap (push) Failing after 12s

This commit is contained in:
2026-08-22 22:26:20 +02:00
parent e2d201d815
commit e5adf600c3
16 changed files with 1899 additions and 199 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
mod api;
mod capture;
mod local;
mod manager;
mod schroot;
mod ssh;
mod unshare;
pub use api::{Context, ContextCommand, ContextConfig};
pub use api::{Context, ContextCommand, ContextConfig, LineSink, Stream};
pub use manager::ContextManager;
use std::sync::Arc;