pretty-exec-lib 0.0.30

Print a command and then execute it
Documentation
[package]
name = "pretty-exec-lib"
description = "Print a command and then execute it"
version = "0.0.30"
authors = ["khai96_ <hvksmr1996@gmail.com>"]
license = "MIT"
edition = "2018"
keywords = ["spawn", "subprocess", "command"]
repository = "https://github.com/KSXGitHub/pretty-exec.git"
readme = "README.md"

[dependencies]
ansi_term = "^0.12.1"
shell-escape = "^0.1.5"
structopt = "^0.3.17"
structopt-utilities = "^0.0.7"
pipe-trait = "^0.2.0"