yes-cli-0.1.0-beta.2 is not a library.
yes - Generate repetitive output
Overview
Rust reimplementation of Unix Version 7 yes program.
- Program yes sends infinite repetitive string output to stdout.
- Default output is 'y' for variant yes and 'n' for variant no.
- User can supply own string to repeat.
- Newline is added CRLF on Windows, LF on other systems.
- -n switch supresses appending LF.
- For performace reasons string is repeated first into 8K buffer, then buffer is sent to stdout.
Features
- Minimal supported Rust version 1.56. Entire 2021 Rust edition is supported.
No copyright
This is free and unencumbered software released into the public domain.
You may use, modify, distribute, and contribute to this code without restriction. To the extent possible under law, the author(s) of this work waive all copyright and related rights.
Licensed under CC0-1.0 OR Unlicense.
![]()