docs: update CLI reference in book (#3105)

This commit is contained in:
Thomas Coratger
2023-06-12 18:06:58 +02:00
committed by GitHub
parent 43a2d09462
commit c51a222b26
10 changed files with 702 additions and 191 deletions

16
book/cli/test-vectors.md Normal file
View 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.
```