A simple cross-platform netcat
-like TCP/UDP listener and client.
``` Use as a server
USAGE: teacup listen [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information --ipv6 Tell the server to use IPv6 -V, --version Prints version information
OPTIONS:
-p, --port
``` Use as a client
USAGE:
teacup connect [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-d, --data Optionally send data on connection
-p, --protocol
ARGS:
``` USAGE: teacup example echo
FLAGS: -h, --help Prints help information -V, --version Prints version information ```