Expand description
Built-in and user-extensible command specification registry. Command-spec data model used by the formatter.
The built-in registry describes the argument structure of known commands so the formatter can recognize positional arguments, keywords, flags, and command-specific layout hints.
Modules§
- registry
- Built-in and override-backed command registry.
Structs§
- Command
Form - One fully resolved command form.
- Kwarg
Spec - Specification for a keyword section and any nested sub-keywords it accepts.
- Layout
Overrides - Per-command-form layout hints that override global
crate::Configvalues.
Enums§
- Command
Spec - NArgs
- How many arguments a positional slot or keyword takes.