pc-rs 0.2.0

CLI utility for printing a column from tabular input
Documentation
[[bin]]
name = "pc"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
features = ["derive"]
version = "4.4.8"

[dependencies.regex]
version = "1.10.2"

[package]
authors = ["Mat Wood <thepacketgeek@users.noreply.github.com>"]
categories = ["command-line-interface"]
description = "CLI utility for printing a column from tabular input"
documentation = "https://docs.rs/pc-rs"
edition = "2021"
keywords = ["stdin"]
license = "MIT OR Apache-2.0"
name = "pc-rs"
readme = "README.md"
repository = "https://github.com/thepacketgeek/pc-rs"
version = "0.2.0"