Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
starptr committed May 17, 2021
1 parent 7b3c77c commit c1f2bc5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pecho"
version = "2.0.0"
version = "2.0.1"
authors = ["Yuto Nishida <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,9 +32,13 @@ FLAGS:
-Y, --yellow-bg
OPTIONS:
-c, --color <color> Specify color using an argument. Overrides single color options
-C, --color-bg <colorBg> Specify background color using an argument. Overrides single color options
-c, --color <color> Specify color using an argument [possible values: black, red, green, yellow, blue,
purple, cyan, white]
-C, --color-bg <colorBg> Specify background color using an argument
-s, --style <style>... Styling
-t, --truecolor <hex> Hex color in xxxxxx format. Overrides other color options
-T, --truecolor-bg <hex> Background in hex in xxxxxx format. Overrides other color options
-t, --truecolor <hex> Hex color in xxxxxx format
-T, --truecolor-bg <hex> Background in hex in xxxxxx format
ARGS:
<input>... The string to print
```

0 comments on commit c1f2bc5

Please sign in to comment.