Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojTGN committed Apr 13, 2024
2 parents 7c242a1 + b5e5dc9 commit 4e43982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ascii [characters...] [..options]
`--octa` shows only octa in output table
`--dec` shows only dec in output table
`--hex` shows only hex in output table
`--bin` shows binary in output table

`--asc` shows output table in ascending order
`--desc` shows output table in desending order
Expand Down Expand Up @@ -70,6 +71,8 @@ ascii --all

ascii "show octal & decimal" --octa --dec
ascii "show only hex" --hex
ascii "add binary representation" --bin
ascii "show only octa & also bin" --octa --bin

ascii --vt100

Expand Down

0 comments on commit 4e43982

Please sign in to comment.