pub fn default_menu_cmd() -> Option<Command>
Expand description

Returns the user’s preferred menu program from the MENU environment variable if it exists.

Use .as_mut() on the returned value to turn in into an Option<&mut Command>.