pub type CmdlineValue = Vec<Option<String>>;
Represents a set of values for a cmdline parameter
pub struct CmdlineValue { /* private fields */ }