diff options
| author | soryu <soryu@soryu.co> | 2026-01-20 00:23:49 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-20 00:23:49 +0000 |
| commit | 5d8e3f80254f20eb6672701fad5f116a3b05dbc3 (patch) | |
| tree | 02cc73bd49a416112c9dd7f21c480c156068827c /makima/src/daemon/mod.rs | |
| parent | 9aac84bb20c4ca73f113fe74b9a293e4d20cdc93 (diff) | |
| download | soryu-5d8e3f80254f20eb6672701fad5f116a3b05dbc3.tar.gz soryu-5d8e3f80254f20eb6672701fad5f116a3b05dbc3.zip | |
Fix: auth for CLI and CLI SIGTERM
Diffstat (limited to 'makima/src/daemon/mod.rs')
| -rw-r--r-- | makima/src/daemon/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |
