cmd_lib 0.7.4

Common rust commandline macros and utils, to write shell script like tasks easily
Documentation
[package]
name = "cmd_lib"
description = "Common rust commandline macros and utils, to write shell script like tasks easily"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-shell-script/rust_cmd_lib"
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
documentation = "https://docs.rs/cmd_lib"
keywords = ["shell", "scripts", "commandline", "subprocess", "pipeline"]
categories = ["command-line-interface", "command-line-utilities"]
readme = "README.md"
version = "0.7.4"
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
edition = "2018"

[dependencies]