Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroshevskii authored Jan 3, 2023
1 parent 613a666 commit d19e3c8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Repeat CLI

📃 Command-line text repeater.

```zsh
% repeat \
'Repeat this text three times with a counter' \
% repeat 'Repeat this text three times with a counter' \
--count 3 \
--include-counter
1: Repeat this text three times
2: Repeat this text three times
3: Repeat this text three times
```

# Repeat CLI

📃 Command-line text repeater.

<!--
<div align="center">
<h1><code>[ <i>Repeat CLI</i> ]</code></h1>
Expand Down

0 comments on commit d19e3c8

Please sign in to comment.