fn parse_menuentry(input: &str) -> IResult<&str, MenuEntry<'_>>
Parses a single menuentry with title and body commands.