ggen-cli-lib 0.2.0

CLI interface for ggen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rgen-cli-lib

CLI interface library for rgen, providing command-line argument parsing and subcommand handling.

## Features

- Command-line argument parsing with clap
- Subcommand support for various rgen operations
- Shell completion generation
- Integration with the rgen core functionality

## Usage

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