pub fn node_detail(kind: &str, json: bool) -> (String, u8)Expand description
zenith schema node <kind>: detail for one node kind.
Returns (stdout, exit_code). On unknown kind, exit_code is 1 and stdout
contains the error message (suitable for printing via the normal println!
path so the caller need not special-case stderr).