pub fn cmd_schemas(cli: &Cli, verb: &str) -> Result<()>Expand description
Public entrypoint for heddle schemas <verb> [--json].
verb is the joined subcommand-path string (“status”, “log”,
“bridge git status”, …). Lookup is a flat string match; we don’t
try to resolve subcommand parsing here because the registry is
canonical anyway.