click-contrib / click-man

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

Generate man pages for all entry points #28

Closed cs-shadow closed 5 years ago

cs-shadow commented 5 years ago

Previously we used to generate man pages for only the first entry point. That made it difficult to use this library in setups that needed multiple entry points. Fix it such that we now loop over all entry points and generate man pages for each of them.

Fixes #10.

timofurrer commented 5 years ago

Thank you! :beers:

cs-shadow commented 5 years ago

Thanks @timofurrer. Do you also plan to make a new release for this package? I ask this because it will unblock this issue for us BuildStream folks.

(We can fall back to using the master branch, or a specific commit id, but being able to point at a release feels better 😄 )

timofurrer commented 5 years ago

Yeah, sure. But it has to wait until I'm at my computer :tada: I'll let you know!

cs-shadow commented 5 years ago

Sure thing, thanks very much! 🍻

timofurrer commented 5 years ago

I've just now released v0.3.0. 🎉

cs-shadow commented 5 years ago

Thanks again!