Compare label format, retain labels, and use labels.

This commit is contained in:
Tom Alexander
2023-10-04 12:36:38 -04:00
parent 1503054994
commit b56d847cfa
4 changed files with 135 additions and 39 deletions

View File

@@ -42,6 +42,9 @@ pub struct ExampleBlock<'s> {
pub name: &'s str,
pub switches: Option<&'s str>,
pub number_lines: Option<SwitchNumberLines>,
pub retain_labels: bool,
pub use_labels: bool,
pub label_format: Option<&'s str>,
pub contents: &'s str,
}