Skip to content

Commit

Permalink
docs: add 'mem' command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
theodrosyimer committed Feb 25, 2024
1 parent 04a1d3c commit 7d1f8ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Commands](#commands)
- [`convert` `<number>` \[ `-l` `--locale` = 'en-US' \]](#convert-number---l---locale--en-us-)
- [`range` \[ \[ `-b` `--bits` | `-B` `--bytes` | `-s` `--signed` \] `<number>` \]\[ `-l` `--locale` = 'en-US' \]](#range----b---bits---b---bytes---s---signed--number---l---locale--en-us-)
- [`mem` `-b`\[ `--bits` \] `<number>` `-ms` \[ `--memory-size` \] `<number>` \[ `-l` `--locale` = 'en-US' \]](#mem--b---bits--number--ms----memory-size--number---l---locale--en-us-)
- [Contribute](#contribute)
- [Clone the repo](#clone-the-repo)
- [Install dependencies](#install-dependencies)
Expand Down Expand Up @@ -127,20 +128,21 @@ Calculate the range of a given number of bits

```sh
binez range -b <bits>
```

Calculate the range of a given number of bytes

```sh
binez range -B <bytes>
```

<!-- #### `mem`
#### `mem` `-b`[ `--bits` ] `<number>` `-ms` [ `--memory-size` ] `<number>` [ `-l` `--locale` = 'en-US' ]

Calculate the size limit of a given number of bits in a given memory size in kilobytes

```sh
binez mem -b <bits> -s <signed>
``` -->
```

## Contribute

Expand Down

0 comments on commit 7d1f8ac

Please sign in to comment.