Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vstroebel committed Nov 29, 2021
1 parent bc49221 commit 099bcc7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# **W**h**y** **N**ot

A `yes` clone
Some kind of `yes` clone

## Usage

```shell
wyn [FLAGS] [OPTIONS] [STRING]...

FLAGS:
-r, --random Randomize output strings
-e, --stderr Print to stderr
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-c, --color <COLOR> Color to use [possible values: black, blue, green, red, cyan, magenta, yellow, white, random]
-m, --max <MAX> Maximum number of lines to print

ARGS:
<STRING>... String to print. Default: "y"
```

## License

Expand Down

0 comments on commit 099bcc7

Please sign in to comment.