#搜索 #CLI #命令行 #即时 #编码 #答案 #如何做

应用程序 howto-cli

通过命令行即时获取编码答案

6 个版本

0.4.0 2020年1月4日
0.2.0 2019年1月3日
0.1.4 2018年8月25日

#4#答案

每月 21 次下载

MIT 许可证

25KB
209 代码行

howto

circleci lib crate.io lib docs.rs bin crate.io License: MIT

通过命令行即时获取编码答案。受 gleitz/howdoi 启发

用法

let answers = howto(&query).await;
let answer = answers.next().await.unwrap();

println("{}", answer.instruction);

命令行界面

安装

使用 Docker 运行

docker run --rm -it pbzweihander/howto QUERY

使用 Cargo 安装

cargo install howto-cli
howto QUERY

自行构建

git clone https://github.com/pbzwehiander/howto.git
cd howto/howto-cli
cargo build --release
cargo install --path .
howto QUERY

用法

howto-cli 0.3.0

USAGE:
    howto-cli [FLAGS] [OPTIONS] [query]...

FLAGS:
    -h, --help       Prints help information
    -f, --full       Whether display the full text of the answer
    -l, --link       Whether display only the answer link
    -V, --version    Prints version information

OPTIONS:
    -n, --num-answers <num-answers>    Number of answers to return [default: 1]
    -p, --position <position>          Select answer in specified position [default: 0]

ARGS:
    <query>...    

依赖项

~11–15MB
~304K SLoC