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.option("--name", "-n", default=None, required=True, help="Name of the extension to install")
77
77
@click.option("--version", "-v", default="3.11", help="Specify the Python version")
78
78
@click.option("--port", "-p", type=int, default=None, show_default=True, required=True, help="The port number to use during the installation process.")
0 commit comments