This commit is contained in:
Florent de Lamotte 2025-04-17 23:23:01 +02:00
parent 8ae2995413
commit 097a095f89
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "meshcore-cli" name = "meshcore-cli"
version = "0.5.9" version = "0.5.10"
authors = [ authors = [
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, { name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
] ]

View file

@ -804,6 +804,7 @@ async def process_cmds (mc, args, json_output=False) :
def command_help(): def command_help():
print(""" General commands print(""" General commands
chat : enter the chat (interactive) mode chat : enter the chat (interactive) mode
chat_to <ct> : enter chat with contact to
infos : print informations about the node i infos : print informations about the node i
card : export this node URI e card : export this node URI e
ver : firmware version v ver : firmware version v
@ -832,7 +833,7 @@ def command_help():
export_contact <ct> : get a contact's URI ec export_contact <ct> : get a contact's URI ec
remove_contact <ct> : removes a contact from this node remove_contact <ct> : removes a contact from this node
reset_path <ct> : resets path to a contact to flood rp reset_path <ct> : resets path to a contact to flood rp
change_path <ct> <path>: change the path to a contact cp change_path <ct> <pth> : change the path to a contact cp
Repeaters Repeaters
login <name> <pwd> : log into a node (rep) with given pwd l [[ login <name> <pwd> : log into a node (rep) with given pwd l [[
wait_login : wait for login (timeouts after 5sec) wl ]] wait_login : wait for login (timeouts after 5sec) wl ]]