1//! CLI adapter for the model-only fixed-step benchmark. 2 3mod command; 4 5pub use command::{run, CommandConfig};