#cli #generation #config #wakuchin #researcher

app wakuchin_cli

用Rust编写的下一代Wakuchin研究软件

3 个版本 (破坏性)

0.3.0 2022年10月11日
0.2.0 2022年7月22日
0.1.0 2022年7月21日

#415 in #generation

自定义许可协议

60KB
1.5K SLoC

CLI (wakuchin_cli)

用法

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

安装

GitHub Releases 下载

您可以从 此处 下载 wakuchin_cli 的最新版本。

使用 cargo

$ cargo install wakuchin_cli

从源代码构建

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

依赖项

~12–23MB
~305K SLoC