env-cli 1.0.0

Utility to run command in modified environment
env-cli-1.0.0 is not a library.

env

Build Crates.io

Limited port of env utility

Usage

env
Executes program in a modified environment

USAGE: [OPTIONS] [args]...

OPTIONS:
    -h,  --help                Prints this help information
    -i,  --ignore-environment  Start with an empty environment
    -C,  --chdir <chdir>       Changes working directory to specified one.
    -u,  --unset <unset>...    Remove variable from the environment

ARGS:
    <args>...  Environment maps(NAME=VALUE) and command