envful 0.4.21

A tool to verify the presence of environment variables before running a process
Documentation
[[bin]]
name = "envful"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.0.10"

[dependencies.colored]
version = "2"
[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "2.1"

[lib]
name = "envful"
path = "src/lib.rs"

[package]
authors = ["Alex Vilchis <alex@quentli.com>"]
categories = ["command-line-utilities"]
description = "A tool to verify the presence of environment variables before running a process"
documentation = "https://github.com/arvindell/envful"
edition = "2021"
homepage = "https://github.com/arvindell/envful"
keywords = ["cli", "env", "envful"]
license = "MIT"
name = "envful"
readme = "README.md"
repository = "https://github.com/arvindell/envful"
resolver = "2"
version = "0.4.21"