Unable to use this with https://github.com/python-trio/asyncclick, which should be a pretty much drop in replacement. The error I receive is ``` mkdocs_click._exceptions.MkDocsClickException: 'cli' must be a 'click.BaseCommand' object, got <class 'asyncclick.core.Group'> ``` Happy to hack on this if its something useful