Crate git_config_env

Source
Expand description

Parse git’s env configuration

Modules§

quote

Structs§

ConfigEnv
Read user-defined configuration
ConfigEnvIter
Iterate over user-defined configuration
ConfigParameters
Read GIT_CONFIG_PARAMETERS
ConfigParametersIter
Parse GIT_CONFIG_PARAMETERS
NoEnv
No-op env for ConfigEnv
StdEnv
Use std::env::var for ConfigEnv

Traits§

Env
Abstract over std::env for ConfigEnv

Functions§

parse_parameter
Parse a command line argument into a key/value pair