pub fn check_flags() -> Vec<(String, &'static str)>Expand description
The deps check’s flags as (name, kind) pairs, read straight from the clap
grammar. The single source of truth behind the published docs/explain/deps.json
schema (a test reconciles the two) and the valid-flags hint on a bad argument.