tenv 0.3.0

Small CLI for running commands with temporary environment variables
Documentation
[dependencies.argfile]
version = "0.1.4"

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

[dependencies.ctrlc]
version = "3.2.2"

[dependencies.dirs]
version = "4.0.0"

[dependencies.dunce]
version = "1.0.2"

[dependencies.shellexpand]
version = "2.1.2"

[package]
authors = ["Mason Ginter <mason@dagint.com>"]
categories = ["command-line-utilities", "config"]
description = "Small CLI for running commands with temporary environment variables"
edition = "2021"
exclude = ["/.github"]
keywords = ["environment", "variables", "env"]
license = "MIT OR Apache-2.0"
name = "tenv"
readme = "README.md"
repository = "https://github.com/Hpmason/tenv"
resolver = "2"
version = "0.3.0"