Skip to content

Commit 4e43982

Browse files
committed
2 parents 7c242a1 + b5e5dc9 commit 4e43982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ascii [characters...] [..options]
3838
`--octa` shows only octa in output table
3939
`--dec` shows only dec in output table
4040
`--hex` shows only hex in output table
41+
`--bin` shows binary in output table
4142

4243
`--asc` shows output table in ascending order
4344
`--desc` shows output table in desending order
@@ -70,6 +71,8 @@ ascii --all
7071

7172
ascii "show octal & decimal" --octa --dec
7273
ascii "show only hex" --hex
74+
ascii "add binary representation" --bin
75+
ascii "show only octa & also bin" --octa --bin
7376

7477
ascii --vt100
7578

0 commit comments

Comments
 (0)