import click @click.group() def greet(): pass @greet.command() def ... Commands: goodbye hello $ python click/commands.py hello --help Usage: commands.py ...
確定! 回上一頁