go-ethereum/docs/cli/account.md
Jerry a131e427f6 Automatically generate markdown pages from bor CLI
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`.
2022-05-09 17:10:36 +02:00

9 lines
No EOL
325 B
Markdown

# Account
The ```account``` command groups actions to interact with accounts:
- [```account new```](./account_new.md): Create a new account in the Bor client.
- [```account list```](./account_list.md): List the wallets in the Bor client.
- [```account import```](./account_import.md): Import an account to the Bor client.