xmtp / libxmtp

LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
47 stars 20 forks source link

Extend the debug capabities of the CLI #1260

Closed mkysel closed 1 week ago

mkysel commented 1 week ago

Add the other three message types.

Change the parsing of the options to match other commands and allow the user to omit --group-id if there is only one named argument required.

Builds on top of #1254 by @neekolas