mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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`.
10 lines
No EOL
121 B
Markdown
10 lines
No EOL
121 B
Markdown
# Version
|
|
|
|
The ```bor version``` command outputs the version of the binary.
|
|
|
|
## Usage
|
|
|
|
```
|
|
$ bor version
|
|
0.2.9-stable
|
|
``` |