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 6, 2023
1 parent 61f872f commit dc001c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
📃 Command-line text repeater.

```zsh
% repeat-cli 'Repeat this text three times with a counter 🦄' \
% repeat-cli 'This text will be repeated 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 🦄
1: This text will be repeated three times with a counter 🦄
2: This text will be repeated three times with a counter 🦄
3: This text will be repeated three times with a counter 🦄
```

Repeat is a command-line tool for text repeating. Based on the [Repeat Example](https://github.com/apple/swift-argument-parser/blob/doc-generation/Examples/repeat/Repeat.swift) from [Swift Argument Parser](https://github.com/apple/swift-argument-parser) library.
Expand Down

0 comments on commit dc001c0

Please sign in to comment.