1
2
3
4
5
6
7
8
9


/// Right now the flag is just a vessel for display.
#[derive(Clone, Copy)]
pub struct Flag {
    pub name: &'static str,
    pub value: &'static str,
}