|
|
@ -33,10 +33,12 @@ def up(
|
|
|
|
ip: str = typer.Option(
|
|
|
|
ip: str = typer.Option(
|
|
|
|
"127.0.0.1", "--ip", "-i",
|
|
|
|
"127.0.0.1", "--ip", "-i",
|
|
|
|
help="The server's ip.",
|
|
|
|
help="The server's ip.",
|
|
|
|
|
|
|
|
rich_help_panel="Connection",
|
|
|
|
),
|
|
|
|
),
|
|
|
|
port: int = typer.Option(
|
|
|
|
port: int = typer.Option(
|
|
|
|
5555, "--port", "-p",
|
|
|
|
5555, "--port", "-p",
|
|
|
|
help="The server's port to notify [b]clients[/].",
|
|
|
|
help="The server's port to notify [b]clients[/].",
|
|
|
|
|
|
|
|
rich_help_panel="Connection",
|
|
|
|
)
|
|
|
|
)
|
|
|
|
):
|
|
|
|
):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|