default_shell

Function default_shell 

Source
pub fn default_shell() -> Shell
Expand description

Default value for shell field

let a = default_shell();
assert_eq!(a, Shell::String("sh".to_string()));