docs: add usage example
cargo devel CI / cargo CI (push) Successful in 1m11s Details

This commit is contained in:
Christoph J. Scherr 2024-05-10 19:58:02 +02:00
parent 380968a5d7
commit 8f49160f4f
1 changed files with 9 additions and 0 deletions

View File

@ -11,3 +11,12 @@ Current formats are:
`numf` also has the option of prepending a prefix for each format, such as `numf` also has the option of prepending a prefix for each format, such as
`0x` for hexadecimal. `0x` for hexadecimal.
## Example
```bash
$ numf -xp 1337 505 0xaabb
0x539
0x1F9
0xAABB
```