pub fn execute_command(
_engine: &mut RealityEngine,
_command: &str,
_args: &[String],
) -> RealityResult<String>Expand description
Execute a CLI command against the engine.
pub fn execute_command(
_engine: &mut RealityEngine,
_command: &str,
_args: &[String],
) -> RealityResult<String>Execute a CLI command against the engine.