Skip to content

Commit d6d8265

Browse files
authored
Update README.md
1 parent 41fbf10 commit d6d8265

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ ascii [characters...] [..options]
2828
```
2929

3030
#### Available Options:
31-
`--all` shows all available ascii codes\
32-
`--digits` shows all digits ascii codes\
31+
`--all` shows all available ascii codes
32+
`--digits` shows all digits ascii codes
3333
`--alphas` shows all alphabets ascii codes
3434

35-
`--octa` shows only octa in output table\
36-
`--dec` shows only dec in output table\
35+
`--octa` shows only octa in output table
36+
`--dec` shows only dec in output table
3737
`--hex` shows only hex in output table
3838

39-
`--asc` shows output table in ascending order\
39+
`--asc` shows output table in ascending order
4040
`--des` shows output table in desending order
41+
42+
`--vt100` register ansi vt100 escape sequence color to the terminal & terminate

0 commit comments

Comments
 (0)