yes
Repeatedly outputs a specified string to stdout, auto-answering interactive prompts that expect 'y' confirmation. Optionally limits the number of repetitions.
Instructions
Repeatedly print a given string (default 'y') to stdout, bounded by an optional count. Read-only, no side effects. Use to auto-answer interactive prompts expecting 'y' confirmation. Not for generating number sequences — use 'seq'. Not for formatted output — use 'printf'. See also 'seq', 'printf'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of lines to generate. | |
| raw | No | Write repeated lines without a JSON envelope. | |
| words | No | Words to repeat. Defaults to 'y'. |