#命令行参数 #arg #command #arguments #cli

app argrs

一个简单的程序,用于列出命令行上传递的参数

3 个版本

0.1.2 2023 年 4 月 21 日
0.1.1 2023 年 4 月 21 日
0.1.0 2023 年 4 月 21 日

#2181命令行实用工具

Download history 151/week @ 2024-07-27

每月 151 次下载

BSD-3-Clause 协议

4KB

argrs

crates.io docs.rs GitHub Dependencies status BSD-3-Clause license

一个简单的程序,用于列出命令行上传递的参数。

args 转移到 Rust。

演示

$ argrs helps you debug command line arguments
0: `argrs`
1: `helps`
2: `you`
3: `debug`
4: `command`
5: `line`
6: `arguments`

用法

只需调用 argrs 并传递任何命令行参数,它就会打印它们。这在验证用 find/fd 生成的命令之前很有用,例如

$ fd -tf -X argrs wc -l
0: `argrs`
1: `wc`
2: `-l`
3: `./Cargo.lock`
4: `./LICENSE`
5: `./README.md`
6: `./src/main.rs`
7: `./Cargo.toml`

无运行时依赖项