yes-cli 0.1.0-beta.1

Send string repetitively to stdout
# yes - Generate repetitive output

[![Unlicense](https://img.shields.io/crates/l/yes-cli)](https://unlicense.org)
[![Crates.io](https://img.shields.io/crates/v/yes-cli.svg)](https://crates.io/crates/stdrandom)
[![MSRV 1.56](https://img.shields.io/crates/msrv/yes-cli?logo=rust&label=MSRV&labelColor=orange)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0/)
[![Safe Rust](https://img.shields.io/badge/Rust-safe-brightgreen.svg)](https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html)
[![Dependency status](https://deps.rs/repo/gitlab/hsn10/yes/status.svg)](https://deps.rs/repo/gitlab/hsn10/yes)
[![Lines of code](https://tokei.rs/b1/gitlab/hsn10/yes?category=code)](https://github.com/XAMPPRocky/tokei)
[![Downloads](https://img.shields.io/crates/d/yes-cli)](https://crates.io/crates/yes-cli/versions)

## Overview

Rust reimplementation of Unix Version 7 *yes* program.
- Program *yes* sends infinite repetitive output to *stdout*.
- Default output is 'y' for *yes* and 'n' for *no*.
- Newline is added CRLF on Windows, LF on other systems.
- *-n* switch supresses appending LF.
- For performace reasons string 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](https://creativecommons.org/publicdomain/zero/1.0/) OR [Unlicense](http://unlicense.org/).

![Unlicense logo](https://unlicense.org/pd-icon.png)