Skip to main content

Module commands

Module commands 

Source
Expand description

CLI commands module.

Provides all CLI command implementations.

Re-exports§

pub use doctor::DoctorCommand;
pub use doctor::DoctorProtocol;
pub use list::ListCommand;
pub use protocol::BacnetCommand;
pub use protocol::KnxCommand;
pub use protocol::ModbusCommand;
pub use protocol::OpcuaCommand;
pub use protocol::ProtocolCommand;
pub use run::run_scenario_on_session;
pub use run::RunCommand;
pub use serve::ServeRuntimeCommand;
pub use validate::ValidateCommand;

Modules§

doctor
Self-contained installation diagnostics for the packaged CLI.
list
List command implementation.
protocol
Protocol-specific commands.
run
serve
validate
Validate command implementation.