mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
correct chat intro to fit phone screen
This commit is contained in:
parent
4216f29d5a
commit
fc95d00e11
1 changed files with 2 additions and 2 deletions
|
|
@ -162,9 +162,9 @@ async def subscribe_to_msgs(mc):
|
|||
|
||||
async def interactive_loop(mc, to=None) :
|
||||
print("""Interactive mode, most commands from terminal chat should work.
|
||||
Use \"to\" to selects contact, \"list\" to list contacts, \"send\" to send a message ...
|
||||
Use \"to\" to select recipient, use Tab to complete name ...
|
||||
Line starting with \"$\" or \".\" will issue a meshcli command.
|
||||
\"quit\" or \"q\" will end interactive mode""")
|
||||
\"quit\", \"q\", CTRL+D will end interactive mode""")
|
||||
|
||||
await mc.ensure_contacts()
|
||||
await subscribe_to_msgs(mc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue