ggen-cli-lib 3.2.0

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

## Usage

This crate is primarily used internally by the main ggen binary. See the main ggen documentation for usage examples.