Crate miyabi_cli

Crate miyabi_cli 

Source
Expand description

Miyabi CLI - Library interface for testing

This module exposes internal structures for integration testing

Re-exports§

pub use commands::AgentCommand;
pub use commands::InitCommand;
pub use commands::InstallCommand;
pub use commands::StatusCommand;
pub use error::CliError;
pub use error::Result;
pub use service::CommandMetadata;
pub use service::CommandService;

Modules§

commands
CLI command implementations
error
CLI error types
service
Command service trait layer