From b5e5dc94dae1d0bc2b9c68944bb6952b9db0e80d Mon Sep 17 00:00:00 2001 From: Manoj A Date: Sat, 13 Apr 2024 17:21:21 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99ab738..30d0f22 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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