generated from PlexSheep/rs-base
docs: add usage example
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m11s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m11s
This commit is contained in:
parent
380968a5d7
commit
8f49160f4f
1 changed files with 9 additions and 0 deletions
|
@ -11,3 +11,12 @@ Current formats are:
|
|||
|
||||
`numf` also has the option of prepending a prefix for each format, such as
|
||||
`0x` for hexadecimal.
|
||||
|
||||
## Example
|
||||
|
||||
```bash
|
||||
$ numf -xp 1337 505 0xaabb
|
||||
0x539
|
||||
0x1F9
|
||||
0xAABB
|
||||
```
|
||||
|
|
Reference in a new issue