Skip to content

Commit

Permalink
update readme to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joseafga committed Oct 6, 2020
1 parent 64ccb57 commit af0095f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# echowo
Crystal powt of [echowo](https://github.com/kokoscript/echowo).
> Near-drop-in replacement for the Unix echo command which also uwu-fies text
Based on [echowo](https://github.com/kokoscript/echowo).
Bash `echo` like with string uwufication.

## Build
Myake sure you have **Crystal** instawwed, then:
Expand All @@ -15,14 +15,17 @@ Executable file wiww be located in `bin/echowo`

## Usage
```
echowo [OPTIONS] [STRING]
echowo [OPTIONS] [ARG ...]
```

The available options are:

```
-v, --version Show version
-h, --help Show help
-v, --version show version
-n do not append a newline
-e enable interpretation of backslash escapes
-E disable interpretation of backslash escapes
-h, --help show help
-n Do not append a newline
```

Expand Down

0 comments on commit af0095f

Please sign in to comment.