mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
Adding a script that can automatically generate markdown pages from bor CLI, so we can avoid copy-pasting helper strings whenever a flag is created, deleted, or modified. CLI docs could be generated with command `make docs`.
9 lines
No EOL
198 B
Markdown
9 lines
No EOL
198 B
Markdown
# Peers add
|
|
|
|
The ```peers add <enode>``` command joins the local client to another remote peer.
|
|
|
|
## Options
|
|
|
|
- ```address```: Address of the grpc endpoint
|
|
|
|
- ```trusted```: Add the peer as a trusted |