We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f5465 commit 34626caCopy full SHA for 34626ca
README.md
@@ -5,6 +5,11 @@
5
Common rust command-line macros and utilities, to write shell-script like tasks
6
easily in rust programming language. Available at [crates.io](https://crates.io/crates/cmd_lib).
7
8
+[](https://github.com/rust-shell-script/rust_cmd_lib/actions)
9
+[](https://crates.io/crates/cmd_lib)
10
+[](https://repology.org/project/cmd_lib/badges)
11
+
12
13
### Why you need this
14
If you need to run some external commands in rust, the
15
[std::process::Command](https://doc.rust-lang.org/std/process/struct.Command.html) is a good
0 commit comments