IronCoreLabs / IronCoreLabs/ironhide
Generate man pages and shell completions
Open
enhancement
- Dominant language
- Rust
- Stars
- 53
- Forks
- 5
- Avg merge
- 41m
- Merged PRs (30d)
- 2
Description
Produce man pages and useful completions for ironhide users.
We can [generate shell completions](https://kbknapp.dev/shell-completions/) using `clap` as part of our build process. See `ripgrep` for examples of including completions in the build artifacts.
We can also generate [man pages](https://docs.rs/clap_mangen/latest/clap_mangen/) for the tool in a similar way.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.