why-not

Crates.iowhy-not
lib.rswhy-not
version0.1.0
sourcesrc
created_at2021-11-29 14:28:02.809962
updated_at2021-11-29 14:28:02.809962
descriptionOutput a string repeatedly
homepage
repository
max_upload_size
id489267
size30,656
Volker Ströbel (vstroebel)

documentation

README

Why Not

Some kind of yes clone

Usage

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

This project is licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt