pub fn build_cli(bin_name: &str) -> Result<BuiltCliSpec, CliSpecError>Expand description
The whole canonical CLI: one registry that is the single source for argv
parsing, typed values, which argument mixes are legal, each mix’s output
contract, --help, and docs/cli.md.