Skip to main content

mask_env_vars

Function mask_env_vars 

Source
pub fn mask_env_vars(env_vars: &[String], mask_keys: &[String]) -> Vec<String>
Expand description

Mask the values of specified keys in a list of KEY=VALUE strings. Keys listed in mask_keys will have their value replaced with “***”.