mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
* chore: update `txarrivalwait` flag description * chore: update docs * chore: update other flags * fix: doc generation is now deterministic * chore: remove debug * feat: sort options in `bor server --help` * fix: prealloc array * fix: lint issues * internal/cli: remove nolint --------- Co-authored-by: marcello33 <marcelloardizzone@hotmail.it> Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
11 lines
No EOL
246 B
Markdown
11 lines
No EOL
246 B
Markdown
# Attach
|
|
|
|
Connect to remote Bor IPC console.
|
|
|
|
## Options
|
|
|
|
- ```exec```: Command to run in remote console
|
|
|
|
- ```jspath```: JavaScript root path for `loadScript`
|
|
|
|
- ```preload```: Comma separated list of JavaScript files to preload into the console |