man icon indicating copy to clipboard operation
man copied to clipboard

Generate structured man pages

Results 14 man issues
Sort by recently updated
recently updated
newest added

I'm not sure how we should be handling subcommands. Should we create separate man pages? Should we create a single man page? It'd be super useful to gather prior art...

https://github.com/rust-clique/man/blob/77e75bb820bff51de3ff2c3472282740b7654579/src/man/mod.rs#L110 Allow accepting not only `required` positional arguments, also allow `optional`, and `vectors`. The output should be something like: ```txt SYNOPSIS my_cmd [OPTIONS] arg1 arg2? arg3... ``` ## TODOS -...

enhancement
good first issue

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

🐛 bug report The `man` crate depends on `roff` 0.1, but `roff` has been at 0.2 [since the end of last year](https://github.com/rust-cli/roff-rs/blob/master/CHANGELOG.md), which is an API break. It would be...