#execute-command #execute #command #instance #macro #programs #command-args

execute-command-macro

使用 Command 宏或 command! 宏或 command_args! 宏创建 Command 实例

10 个版本

0.1.9 2023年11月20日
0.1.8 2022年5月1日
0.1.7 2022年3月10日
0.1.6 2021年4月21日
0.1.2 2020年6月27日

2582解析器实现 中排名

Download history • Rust 包仓库 4836/week @ 2024-03-30 • Rust 包仓库 4356/week @ 2024-04-06 • Rust 包仓库 5234/week @ 2024-04-13 • Rust 包仓库 3635/week @ 2024-04-20 • Rust 包仓库 3203/week @ 2024-04-27 • Rust 包仓库 3629/week @ 2024-05-04 • Rust 包仓库 3542/week @ 2024-05-11 • Rust 包仓库 3147/week @ 2024-05-18 • Rust 包仓库 2999/week @ 2024-05-25 • Rust 包仓库 3631/week @ 2024-06-01 • Rust 包仓库 3306/week @ 2024-06-08 • Rust 包仓库 3475/week @ 2024-06-15 • Rust 包仓库 2961/week @ 2024-06-22 • Rust 包仓库 3533/week @ 2024-06-29 • Rust 包仓库 3507/week @ 2024-07-06 • Rust 包仓库 4099/week @ 2024-07-13 • Rust 包仓库

14,628 每月下载量
用于 execute

MIT 许可证

5KB

执行命令宏

CI

使用 Command 宏或 command! 宏或 command_args! 宏创建 Command 实例。

另请参阅 execute.

示例

#[macro_use] extern crate execute_command_macro;

let command = command!("program arg1 arg2 'arg 3' -opt1 -opt2");
#[macro_use] extern crate execute_command_macro;

let command = command_args!("program", "arg1", "arg2", "-opt1", "-opt2");

Crates.io

https://crates.io/crates/execute

文档

https://docs.rs/execute

许可证

MIT


lib.rs:

执行命令宏

使用 Command 宏或 command! 宏或 command_args! 宏创建 Command 实例。

另请参阅 execute.

示例

#[macro_use] extern crate execute_command_macro;

let command = command!("program arg1 arg2 'arg 3' -opt1 -opt2");
#[macro_use] extern crate execute_command_macro;

let command = command_args!("program", "arg1", "arg2", "-opt1", "-opt2");

依赖关系

~270–720KB
~17K SLoC