syntax property
The syntax is the syntax of a single command, including all its associated elements.
Implementation
@override
NatrixSection get syntax {
return NatrixDocument(
header: header,
content: NatrixStructure(
padding: 1,
sections: [globalFlags, flags, commands],
),
footer: footer,
);
}