printable-shell-command 0.2.4

A helper library to print shell commands.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "printable-shell-command"
version = "0.2.4"
edition = "2021"
description = "A helper library to print shell commands."
license = "MIT"
homepage = "https://github.com/lgarron/printable-shell-command-rs"
documentation = "https://github.com/lgarron/printable-shell-command-rs"
repository = "https://github.com/lgarron/printable-shell-command-rs"
keywords = ["shell"]


[dependencies]
itertools = "0.14.0"
regex = "1.11.3"