# ggen-cli-lib
CLI interface library for ggen, providing command-line argument parsing and subcommand handling.
## Features
- Command-line argument parsing with clap
- Subcommand support for various ggen operations
- Shell completion generation
- Integration with the ggen core functionality
- Marketplace v2 commands (install/search/publish/info/validate/versions/metrics/sparql/rdf_stats) powered by `ggen-marketplace`
## Usage
This crate is primarily used internally by the main ggen binary. See the main ggen documentation for usage examples.