pub fn find(name: &str) -> Option<Variable>
Returns a copy of the value of the shell variable referenced by name.
name
If the shell variable does not exist, it returns None.
None
Use find_as_string if you want to skip arrays.
find_as_string