3 releases (breaking)
0.3.0 | Oct 11, 2022 |
---|---|
0.2.0 | Jul 22, 2022 |
0.1.0 | Jul 21, 2022 |
#415 in #generation
60KB
1.5K
SLoC
CLI (wakuchin_cli
)
Usage
wakuchin_cli
P2P-Develop
A next generation wakuchin researcher software written in Rust
USAGE:
wakuchin [OPTIONS] [config]
ARGS:
<config> Config file path, can be json, yaml, and toml, detected by extension
OPTIONS:
-d, --interval <DURATION> Progress refresh interval, in milliseconds [default: 300]
-f, --format <text|json> Output format
-h, --help Print help information
-i, --tries <N> Number of tries
-r, --regex <REGEX> Regex to detect hits
-t, --times <N> Wakuchin times n
-V, --version Print version information
-w, --workers <N> 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
$ cargo install wakuchin_cli
Building from source
$ cargo build --profile release --package wakuchin_cli
$ target/release/wakuchin
Dependencies
~12–23MB
~305K SLoC