mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
doc: book cli updater (#3576)
This commit is contained in:
33
book/cli/config.json
Normal file
33
book/cli/config.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"commands": {
|
||||
"config": [],
|
||||
"db": {
|
||||
"stats": [],
|
||||
"list": [],
|
||||
"get": [],
|
||||
"drop": [],
|
||||
"version": [],
|
||||
"path": []
|
||||
},
|
||||
"debug": {
|
||||
"execution": [],
|
||||
"merkle": []
|
||||
},
|
||||
"import": [],
|
||||
"init": [],
|
||||
"node": [],
|
||||
"p2p": {
|
||||
"header": [],
|
||||
"body": []
|
||||
},
|
||||
"stage": {
|
||||
"run": [],
|
||||
"drop": [],
|
||||
"dump": ["execution", "storage-hashing", "account-hashing", "merkle"],
|
||||
"unwind": ["to-block", "num-blocks"]
|
||||
},
|
||||
"test-vectors": {
|
||||
"tables": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user