From 1b2a791b5a01155a8f5f87f0d9dd066ab9ff9c44 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 6 Jan 2020 00:27:29 +0100 Subject: Add readme and update e-mail --- Cargo.toml | 2 +- README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index d5fcf9f..f82b234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pokebot" version = "0.1.0" -authors = ["Jokler "] +authors = ["Jokler "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a2f752 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# pokebot + +``` +pokebot 0.1.0 +Jokler + +USAGE: + pokebot [FLAGS] [OPTIONS] + +FLAGS: + -h, --help Prints help information + -V, --version Prints version information + -v, --verbose Print the content of all packets + +OPTIONS: + -a, --address
The address of the server to connect to [default: localhost] + -i, --id Identity file - good luck creating one +``` -- cgit v1.2.3-70-g09d2