Skip to main content

room_cli/
lib.rs

1// Modules that live in room-daemon — re-exported for backward compatibility.
2pub use room_daemon::{broker, history, paths, plugin, query, registry};
3
4// Modules that remain in room-cli.
5pub mod client;
6pub mod message;
7pub mod oneshot;
8pub mod tui;