wakuchin_cli

Crates.iowakuchin_cli
lib.rswakuchin_cli
version0.3.0
sourcesrc
created_at2022-07-21 13:46:46.806031
updated_at2022-10-11 11:15:08.572334
descriptionA next generation wakuchin researcher software written in Rust
homepage
repositoryhttps://github.com/P2P-Develop/wakuchin-rs
max_upload_size
id629661
size51,361
Potato1682 (Potato1682)

documentation

README

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
Commit count: 237

cargo fmt