pub fn parse_options_from_sections(
full_stdout: &str,
full_stderr: &str,
) -> Vec<OptionSpec>Expand description
Parse options from separate OPTIONS sections in the help text. This complements parse_options_from_usage_blocks by finding options that appear in dedicated OPTIONS sections.