pub fn build_runtime(workers: u16) -> Result<Runtime, CliError>
构建 multi-thread tokio runtime
指定 worker 线程数,启用所有功能(IO + time + 等)。