pub fn mask_env_vars(env_vars: &[String], mask_keys: &[String]) -> Vec<String>
Mask the values of specified keys in a list of KEY=VALUE strings. Keys listed in mask_keys will have their value replaced with “***”.
mask_keys