diff --git a/pyproject.toml b/pyproject.toml index bbc154c..be5be52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "0.5.9" +version = "0.5.10" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ] diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 941122a..334a631 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -804,6 +804,7 @@ async def process_cmds (mc, args, json_output=False) : def command_help(): print(""" General commands chat : enter the chat (interactive) mode + chat_to : enter chat with contact to infos : print informations about the node i card : export this node URI e ver : firmware version v @@ -832,7 +833,7 @@ def command_help(): export_contact : get a contact's URI ec remove_contact : removes a contact from this node reset_path : resets path to a contact to flood rp - change_path : change the path to a contact cp + change_path : change the path to a contact cp Repeaters login : log into a node (rep) with given pwd l [[ wait_login : wait for login (timeouts after 5sec) wl ]]