Documentation
¶
Overview ¶
Command cmd_param_aliases reduces the reviewed parameter concept dictionary (internal/cli/param_concepts.json) against the live Cobra command tree and writes the deterministic per-command alias table to internal/cli/param_aliases_generated.go.
The reduction algorithm lives in package cli (cli.ReduceParamAliases) so the build-time intersection and the runtime normalizer share exactly one implementation. This command is a thin, deterministic serializer: it never invents identity, and it fails closed on any un-whitelisted co-occurrence, missing override path, or non-real alias target.
Click to show internal directories.
Click to hide internal directories.