12 lines
230 B
Markdown
12 lines
230 B
Markdown
|
# lcli
|
||
|
|
||
|
A command-line debugging tool, inspired by [zcli](https://github.com/protolambda/zcli).
|
||
|
|
||
|
Allows for replaying state transitions from SSZ files to assist in fault-finding.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
$ cargo run --release -- --help
|
||
|
```
|