Skip to content

Commit 346ecc3

Browse files
committed
no message
1 parent 7cc9b6f commit 346ecc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def start_uvicorn(host, port, debug):
7272
traceback.print_exc()
7373

7474

75-
@cli.command(help="扩展安装 (Extensions installation)")
75+
@cli.command(help="启动扩展 (Start Extensions)")
7676
@click.option("--name", "-n", default=None, required=True, help="Name of the extension to install")
7777
@click.option("--version", "-v", default="3.11", help="Specify the Python version")
7878
@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

Comments
 (0)