mk_lib::defaults

Function default_shell

Source
pub fn default_shell() -> String
Expand description

Default value for shell field

let a = default_shell();
assert_eq!(a, "sh");