https://github.com/vstroebel/why-not
A yes clone with superpowers
https://github.com/vstroebel/why-not
command-line-tool yes yes-no yesno
Last synced: 10 months ago
JSON representation
A yes clone with superpowers
- Host: GitHub
- URL: https://github.com/vstroebel/why-not
- Owner: vstroebel
- License: apache-2.0
- Created: 2021-10-03T14:53:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T14:30:24.000Z (over 4 years ago)
- Last Synced: 2025-03-26T15:54:52.342Z (about 1 year ago)
- Topics: command-line-tool, yes, yes-no, yesno
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# **W**h**y** **N**ot
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 to use [possible values: black, blue, green, red, cyan, magenta, yellow, white, random]
-m, --max Maximum number of lines to print
ARGS:
... String to print. Default: "y"
```
## License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
## 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.