@click.command() @click.option('--name', prompt=True) def hello(name): click.echo(f'Hello {name}!').
確定! 回上一頁