Searched refs:os_list (Results 1 – 1 of 1) sorted by relevance
447 let os_list = get_service()?.getSupportedOSList()?; in command_info() localVariable448 println!("Available OS list: {}", serde_json::to_string(&os_list)?); in command_info()