pub fn list_routes(
homes: &HarnessHomes,
harness: Option<&str>,
target: Option<&str>,
) -> Result<Vec<RouteRow>, RouteError>Expand description
List routes, optionally for one harness and/or one target.
pub fn list_routes(
homes: &HarnessHomes,
harness: Option<&str>,
target: Option<&str>,
) -> Result<Vec<RouteRow>, RouteError>List routes, optionally for one harness and/or one target.