click-contrib / click-man

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

Man generation for CLI with hidden options is broken #63

Closed Horolsky closed 7 months ago

Horolsky commented 9 months ago

Fix: #62

man.py, line 91 for option, description in self.options: throws TypeError: cannot unpack non-iterable NoneType object if CLI has a hidden option.