Renamed to clap_complete
A generator library used with clap for shell completion scripts, manpage, etc.
Renamed to clap_complete_fig
Automatically generate CLI documentation from clap definitions and update readme files
Generate strongly-typed command builders from clap command definitions
The complete clap generation utility to give your command-line application users a more polished experience right out of the box.
A GUI generator for clap using egui.
Generate Clink completion scripts for clap
Converts a clap cli into a basic manpage that can be further customized
Auto-generate markdown documentation tables from clap configuration structs
A manpage generator for clap
rclap is a Rust utility designed to simplify the use of the clap crate. It reduces boilerplate code by generating clap structures from a TOML configuration file, allowing you to define your command-line interface's requirements externally