diff --git a/Cargo.lock b/Cargo.lock index 5e92f28..a7c9b4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" [[package]] name = "pecho" -version = "2.0.0" +version = "2.0.1" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 55b8f9b..90095e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pecho" -version = "2.0.0" +version = "2.0.1" authors = ["Yuto Nishida "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index cfc8ec5..6aeabcf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Short for Painted Echo, an alternative utility to `echo` with easy flags for col ## Usage ``` + pecho [FLAGS] [OPTIONS] [--] [input]... + FLAGS: -k, --black -K, --black-bg @@ -30,9 +32,13 @@ FLAGS: -Y, --yellow-bg OPTIONS: - -c, --color Specify color using an argument. Overrides single color options - -C, --color-bg Specify background color using an argument. Overrides single color options + -c, --color Specify color using an argument [possible values: black, red, green, yellow, blue, + purple, cyan, white] + -C, --color-bg Specify background color using an argument -s, --style