CLI (wakuchin_cli)

Usage

``` wakuchin_cli P2P-Develop A next generation wakuchin researcher software written in Rust

USAGE: wakuchin [OPTIONS] [config]

ARGS: Config file path, can be json, yaml, and toml, detected by extension

OPTIONS: -d, --interval Progress refresh interval, in milliseconds [default: 300] -f, --format Output format -h, --help Print help information -i, --tries Number of tries -r, --regex Regex to detect hits -t, --times Wakuchin times n -V, --version Print version information -w, --workers Number of workers, defaults to number of logical CPUs ```

Installation

Download from GitHub Releases

You can download the latest version of wakuchin_cli from here.

Using cargo

bash $ cargo install wakuchin_cli

Building from source

bash $ cargo build --profile release --package wakuchin_cli $ target/release/wakuchin