pub fn format_domain_help( domain: &str, resources: &[(String, String, Vec<Route>)], ) -> String
Domain help: list resources and their verbs for a domain.
resources is a slice of (name, description, routes).
resources
(name, description, routes)