pub fn cmd_unsetenv(args: &[String]) -> Result<(), ShellError>Expand description
Remove a shell environment variable: unsetenv KEY.
pub fn cmd_unsetenv(args: &[String]) -> Result<(), ShellError>Remove a shell environment variable: unsetenv KEY.