Crates.io | cargo-bash |
lib.rs | cargo-bash |
version | 0.1.0 |
source | src |
created_at | 2023-02-04 21:02:24.886802 |
updated_at | 2023-02-04 21:02:24.886802 |
description | Use bash in cargo aliases. |
homepage | https://github.com/alecmocatta/cargo-bash |
repository | https://github.com/alecmocatta/cargo-bash |
max_upload_size | |
id | 776626 |
size | 2,500 |
cargo-bash
Use bash in cargo aliases.
cargo install cargo-bash
[alias]
run-all = "bash echo $'foo\\nbar\\nbaz' | xargs cargo run --bin"