rcon-cli 0.1.0

Run a RCON client from CLI
1
2
3
4
5
6
7
8
# Overview

RCON CLI implementation for `rcon-tokio`

## Usage

To use the CLI interface, simply run `rcon-cli --address <ip_addr>:<port> --password <pw>`
You may also run the commands as a one-shot: `rcon-cli --address <ip_addr>:<port> --password <pw> -c <command_str>`