mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Create CLI documentation with a Rust script (instead of Python) + style improvement (#10680)
This commit is contained in:
2
book/cli/reth/p2p/body.md
vendored
2
book/cli/reth/p2p/body.md
vendored
@ -4,6 +4,8 @@ Download block body
|
||||
|
||||
```bash
|
||||
$ reth p2p body --help
|
||||
```
|
||||
```txt
|
||||
Usage: reth p2p body [OPTIONS] <ID>
|
||||
|
||||
Arguments:
|
||||
|
||||
2
book/cli/reth/p2p/header.md
vendored
2
book/cli/reth/p2p/header.md
vendored
@ -4,6 +4,8 @@ Download block header
|
||||
|
||||
```bash
|
||||
$ reth p2p header --help
|
||||
```
|
||||
```txt
|
||||
Usage: reth p2p header [OPTIONS] <ID>
|
||||
|
||||
Arguments:
|
||||
|
||||
2
book/cli/reth/p2p/rlpx.md
vendored
2
book/cli/reth/p2p/rlpx.md
vendored
@ -4,6 +4,8 @@ RLPx commands
|
||||
|
||||
```bash
|
||||
$ reth p2p rlpx --help
|
||||
```
|
||||
```txt
|
||||
Usage: reth p2p rlpx [OPTIONS] <COMMAND>
|
||||
|
||||
Commands:
|
||||
|
||||
2
book/cli/reth/p2p/rlpx/ping.md
vendored
2
book/cli/reth/p2p/rlpx/ping.md
vendored
@ -4,6 +4,8 @@ ping node
|
||||
|
||||
```bash
|
||||
$ reth p2p rlpx ping --help
|
||||
```
|
||||
```txt
|
||||
Usage: reth p2p rlpx ping [OPTIONS] <NODE>
|
||||
|
||||
Arguments:
|
||||
|
||||
Reference in New Issue
Block a user