mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 11:54:02 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
15 lines
276 B
Markdown
15 lines
276 B
Markdown
# binaryview
|
|
Autoview of binary data.
|
|
|
|
## Usage
|
|
```shell
|
|
> binaryview {flags}
|
|
```
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
* -l, --lores: use low resolution output mode
|
|
* -s, --skip <integer>: skip x number of bytes
|
|
* -b, --bytes <integer>: show y number of bytes
|
|
|