From 2a91a9b4184a55eab1e7296fac9097500dd68790 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 13 Dec 2023 12:21:03 +0200 Subject: [PATCH] Update the CLI help. --- notification_client/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notification_client/cli.py b/notification_client/cli.py index 19cd4e6..389e664 100644 --- a/notification_client/cli.py +++ b/notification_client/cli.py @@ -33,10 +33,12 @@ def up( ip: str = typer.Option( "127.0.0.1", "--ip", "-i", help="The server's ip.", + rich_help_panel="Connection", ), port: int = typer.Option( 5555, "--port", "-p", help="The server's port to notify [b]clients[/].", + rich_help_panel="Connection", ) ): """