| Crates.io | execute-command-macro |
| lib.rs | execute-command-macro |
| version | 0.1.9 |
| created_at | 2020-06-09 17:45:57.548248+00 |
| updated_at | 2023-11-20 14:16:51.011657+00 |
| description | Create `Command` instances using the `command!` macro or the `command_args!` marco. |
| homepage | https://magiclen.org/execute |
| repository | https://github.com/magiclen/execute |
| max_upload_size | |
| id | 251994 |
| size | 4,845 |
Create Command instances using the command! macro or the command_args! macro.
Also see 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");
https://crates.io/crates/execute