unset

Function unset 

Source
pub fn unset(name: &str) -> bool
Expand description

Unset the shell variable referenced by name.

Returns true if the shell variable is removed.