ggen-cli-lib 5.1.3

CLI interface for ggen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.