pub fn default_shell() -> Shell
Default value for shell field
shell
let a = default_shell(); assert_eq!(a, Shell::String("sh".to_string()));