We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c948c commit b5e5dc9Copy full SHA for b5e5dc9
README.md
@@ -38,6 +38,7 @@ ascii [characters...] [..options]
38
`--octa` shows only octa in output table
39
`--dec` shows only dec in output table
40
`--hex` shows only hex in output table
41
+ `--bin` shows binary in output table
42
43
`--asc` shows output table in ascending order
44
`--desc` shows output table in desending order
@@ -70,6 +71,8 @@ ascii --all
70
71
72
ascii "show octal & decimal" --octa --dec
73
ascii "show only hex" --hex
74
+ascii "add binary representation" --bin
75
+ascii "show only octa & also bin" --octa --bin
76
77
ascii --vt100
78
0 commit comments