#string #print #user #interrupted #string-to-repeat

app affirmative

Prints the specified string until interrupted

2 releases

0.1.1 Feb 28, 2022
0.1.0 Feb 28, 2022

#111 in #print

26 downloads per month

GPL-3.0-only

14KB

Affirmative

Affirmative will print a string until interrupted by the user.

Usage

affirmative [string_to_repeat] (flags)

When string_to_repeat is ommitted, "y" will be used as a default.

Flags

  • --version prints the version number

Installing

Binaries are not given, but you can install Affirmative via the Cargo package manager

cargo install affirmative

No runtime deps