click-contrib / click-man

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

use click 7.0 Generate man pages report "AttributeError" #21

Closed ghost closed 5 years ago

ghost commented 5 years ago

when I use click 7.0 and try to Generate man pages get the error (change 6.7 no this problem):

  1. error info : image

  2. mac info: image

stephenfin commented 5 years ago

This seems to be happening because Command.short_help is unset. I'm guessing this is a bug in Click because I wasn't able to find anything in the release notes about this.