pub fn run_auto(args: &[String]) -> Result<()>Expand description
Entry point for an rlx-run auto WEIGHTS [args...] subcommand.
Treats the first positional as the weights path (file or directory),
sniffs the runner, and forwards the remaining args to it. The
canonical wiring is register_cli("auto", "...", rlx_cli::run_auto)
in the multiplexer.