parse_menuentry

Function parse_menuentry 

Source
fn parse_menuentry(input: &str) -> IResult<&str, MenuEntry<'_>>
Expand description

Parses a single menuentry with title and body commands.