You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@click.command()@click.option('--count', default=1, help='Number of greetings.')@click.option('--name', prompt='Your name',help='The person to greet.')defhello(count, name):
...
click 这样的方法,不跟
shortcut的想法差不多