Expand description
Interactive CLI channel for Oxios.
Provides an interactive terminal interface that plugs into the
gateway via the Channel trait.
Re-exports§
pub use channel::CliChannel;pub use channel::CliChannelHandle;pub use commands::MetaCommand;pub use interactive::InteractiveLoop;pub use plugin::CliPlugin;pub use session::Session;
Modules§
- channel
- CLI channel implementation.
- commands
- Meta-command parsing for the CLI channel.
- interactive
- Interactive readline loop using reedline.
- plugin
- CLI channel plugin.
- session
- CLI session tracking.