Skip to content

Commit c9f0a8f

Browse files
author
Turdıbek Jumabaev
committed
Update README to include CLI usage examples for text conversion
1 parent 92aba45 commit c9f0a8f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ from kaalin.string import upper, lower
3131
print(upper("Assalawma áleykum")) # ASSALAWMA ÁLEYKUM
3232
print(lower("Assalawma áleykum")) # assalawma áleykum
3333
```
34+
35+
### Command Line Interface (CLI)
36+
```bash
37+
$ cyr2lat input.txt [output.txt]
38+
$ lat2cyr input.txt [output.txt]
39+
```

0 commit comments

Comments
 (0)