env-cli

Crates.ioenv-cli
lib.rsenv-cli
version1.0.2
sourcesrc
created_at2020-05-07 16:39:33.210412
updated_at2020-05-08 07:12:20.926807
descriptionUtility to run command in modified environment
homepage
repositoryhttps://github.com/DoumanAsh/env.rs
max_upload_size
id238636
size8,218
Douman (DoumanAsh)

documentation

README

env

Build Crates.io

Limited port of env utility

Usage

env 1.0.1
Executes program in a modified environment

USAGE: [OPTIONS] [NAME=VALUE]... [COMMAND [ARG]...]

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
Commit count: 4

cargo fmt