@click.command() @coro async def command(): await asyncio.sleep(1) ... which allows to use it with asyncio https://github.com/python-trio/trio-click ...
確定! 回上一頁