Expand description
IR → clap Command tree builder
Converts ApiOperations into a clap Command tree grouped by tags.
Structs§
- CliConfig
- Configuration for building a CLI from an OpenAPI spec.
Enums§
- Command
Naming - Strategy for generating CLI command names from operation IDs.
Functions§
- build_
commands - Build a clap
Commandtree from a list of API operations. - find_
operation - Find the matching
ApiOperationfor a resolved group + operation name. - normalize_
group - normalize_
operation_ id