Integrations
Here are various ways to integrate usage into your project such as with your CLI parsing library to have it generate a usage spec from the parser configuration.
clap
for Rust CLIs
clap_usage
is a library for generating usage spec from a CLI built with clap
.