From 5d8e3f80254f20eb6672701fad5f116a3b05dbc3 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 20 Jan 2026 00:23:49 +0000 Subject: Fix: auth for CLI and CLI SIGTERM --- makima/src/daemon/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/src/daemon/mod.rs') diff --git a/makima/src/daemon/mod.rs b/makima/src/daemon/mod.rs index c348838..349a769 100644 --- a/makima/src/daemon/mod.rs +++ b/makima/src/daemon/mod.rs @@ -19,6 +19,6 @@ pub mod tui; pub mod worktree; pub mod ws; -pub use cli::{Cli, Commands, ContractCommand, SupervisorCommand, ViewCommand}; +pub use cli::{Cli, Commands, ContractCommand, SupervisorCommand, ViewArgs}; pub use config::DaemonConfig; pub use error::{DaemonError, Result}; -- cgit v1.2.3