pub type Flags = HashMap<String, Option<String>>;
Defines the base structure of flags in a command
pub struct Flags { /* private fields */ }