clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
14.14k stars 1.03k forks source link

feat(mangen): generate filename and files #5331

Closed EdJoPaTo closed 8 months ago

EdJoPaTo commented 8 months ago

The API is inspired by clap_complete. Similar code is already used by other people like in #4231. Not everyone should write the same code again.

In order to correctly create the man pages of the subcommands #5301 is also needed.