docs: add raw mode to readme
cargo devel CI / cargo CI (push) Successful in 1m37s Details

This commit is contained in:
Christoph J. Scherr 2024-09-06 12:03:53 +02:00
parent f3d7d807d5
commit c18d1c09e9
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@ Current formats are:
- Decimal
- Base32
- Base64
- Raw
`numf` also has the option of prepending a prefix for each format, such as
`numf` also has the option of prepending a prefix for the formats, such as
`0x` for hexadecimal. Numbers may also be provided from the stdin. See `--help`
flag for more information.