mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: update CLI reference in book (#3105)
This commit is contained in:
16
book/cli/test-vectors.md
Normal file
16
book/cli/test-vectors.md
Normal file
@ -0,0 +1,16 @@
|
||||
# `reth test-vectors`
|
||||
|
||||
```bash
|
||||
$ reth test-vectors --help
|
||||
Generate Test Vectors
|
||||
|
||||
Usage: reth test-vectors <COMMAND> <NAMES>
|
||||
|
||||
Commands:
|
||||
tables
|
||||
Generates test vectors for specified tables. If no table is specified, generate for all.
|
||||
|
||||
Arguments:
|
||||
<NAMES>
|
||||
List of table names. Case-sensitive.
|
||||
```
|
||||
Reference in New Issue
Block a user