pub async fn run_doctor(
rest_url: Option<&str>,
api_key: Option<&str>,
symbol: Option<&str>,
bundle_dir: Option<&Path>,
check_update: bool,
update_url: Option<&str>,
update_timeout_ms: u64,
output: OutputFormat,
) -> Result<()>Expand description
聚合 REST 诊断端点,输出一份可贴给排障方的一键体检单。