I’m working on packaging this project as `python-brukerapi` for Fedora Linux. We [try to offer man pages](https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages) for command-line tools whenever possible. I can easily write a set of man pages for the `bruker` executable by hand in `groff_man(7)` format and maintain them downstream in Fedora. However: - Would you like to include hand-written man pages (which I could supply) in this repository so that others can benefit from them? - Alternatively, would you be interested in a PR to automatically generate man pages using `argparse-manpage`, similar to https://github.com/Donders-Institute/multiecho/pull/19?
I’m working on packaging this project as
python-brukerapifor Fedora Linux. We try to offer man pages for command-line tools whenever possible.I can easily write a set of man pages for the
brukerexecutable by hand ingroff_man(7)format and maintain them downstream in Fedora. However:argparse-manpage, similar to Use argparse-manpage (fix #18) Donders-Institute/multiecho#19?