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 Changes working directory to specified one. -u, --unset ... Remove variable from the environment

ARGS: ... Environment maps(NAME=VALUE) and command ```