generated from PlexSheep/rs-base
docs: add usage example
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
This commit is contained in:
parent
380968a5d7
commit
8f49160f4f
|
@ -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
|
||||||
|
```
|
||||||
|
|
Reference in New Issue