We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4216f29 commit fc95d00Copy full SHA for fc95d00
src/meshcore_cli/meshcore_cli.py
@@ -162,9 +162,9 @@ async def subscribe_to_msgs(mc):
162
163
async def interactive_loop(mc, to=None) :
164
print("""Interactive mode, most commands from terminal chat should work.
165
-Use \"to\" to selects contact, \"list\" to list contacts, \"send\" to send a message ...
+Use \"to\" to select recipient, use Tab to complete name ...
166
Line starting with \"$\" or \".\" will issue a meshcli command.
167
-\"quit\" or \"q\" will end interactive mode""")
+\"quit\", \"q\", CTRL+D will end interactive mode""")
168
169
await mc.ensure_contacts()
170
await subscribe_to_msgs(mc)
0 commit comments