Flags

Type Alias Flags 

Source
pub type Flags = HashMap<String, Option<String>>;
Expand description

Defines the base structure of flags in a command

Aliased Typeยง

pub struct Flags { /* private fields */ }