-
Notifications
You must be signed in to change notification settings - Fork 26
Generate man pages using help2man #504
Comments
Originally suggested by @chorman0773 (thank you!) |
For this to work we should also change |
In an ideal world this would be autogenerated and committed to the repo every time HELP or USAGE is changed, and enforced in CI somehow, with instructions for how to autogenerate it if there's a difference. |
`saltwater` -> `swcc` after `usage:` for `--help` output. (ref. jyn514#504)
`saltwater` -> `swcc` after `usage:` for `--help` output. (ref. #504)
I should probably mention this, now before I forget again.
For the actual I can resolve most of these (though I'd need a good description to put into that part of the command for that 3). I'm unsure of how to resolve (2) without moving the help into the format string, which requires hardcoding it there (one of the few problems with compile-time resolved format strings). |
I don't plan to learn troff, so this seems like a low-maintenance way to still have man pages.
https://www.gnu.org/software/help2man/
The text was updated successfully, but these errors were encountered: