Anomalocaridid / handlr-regex

Fork of handlr with support for regex
MIT License
129 stars 5 forks source link

Fix manpage json snippets and simplify manpage rendering #51

Closed Anomalocaridid closed 8 months ago

Anomalocaridid commented 8 months ago

Uses clap's #[clap(verbatim_doc_comment)] derive attribute so that json snippets do not get messed up by preprocessing.

Also updates clap to take advantage of fixes that simplify cargo xtask mangen's implementation.

Resolves #15.