gprobe 0.1.2

A verbose CLI to probe go-ethereum data structures.
Documentation
1
2
3
4
5
6
7
use clap::Parser;

use gprobe::cli;

fn main() {
    cli::GProbe::parse().run();
}