click-contrib / click-man

Automate generation of man pages for python click applications :star:
MIT License
163 stars 35 forks source link

RFE: Be able to disable inclusion of date in generated manpage #38

Open rpavlik opened 4 years ago

rpavlik commented 4 years ago

The presence of a date in the generated manpage tripped me up when I was trying to package this for Debian: I ended up having to use a bit of a hacky workaround to resolve it: https://salsa.debian.org/rpavlik-guest/click-man/-/blob/master/debian/rules#L21

Much better would be a way to disable inclusion of a date entirely, so that packages could set that option during their build.