1
2
3
4
5
6
7
8


/// Right now the flag is just a vessel for display.
pub struct Flag {
    pub name: &'static str,
    pub value: &'static str,
}