File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ ascii [characters...] [..options]
28
28
```
29
29
30
30
#### 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
33
33
`--alphas` shows all alphabets ascii codes
34
34
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
37
37
`--hex` shows only hex in output table
38
38
39
- `--asc` shows output table in ascending order\
39
+ `--asc` shows output table in ascending order
40
40
`--des` shows output table in desending order
41
+
42
+ `--vt100` register ansi vt100 escape sequence color to the terminal & terminate
You can’t perform that action at this time.
0 commit comments