pub type Confirm<'a> = ConfirmBefore<'a>;

Aliased Type§

struct Confirm<'a> {
    pub background: bool,
    pub change_default: bool,
    pub confirm_key: Option<Cow<'a, str>>,
    pub prompt: Option<Cow<'a, str>>,
    pub target_client: Option<Cow<'a, str>>,
    pub command: Option<Cow<'a, str>>,
}

Fields§

§background: bool

[-b]

§change_default: bool

[-y]

§confirm_key: Option<Cow<'a, str>>

[-c confirm-key]

§prompt: Option<Cow<'a, str>>

[-p prompt]

§target_client: Option<Cow<'a, str>>

[-t target-client]

§command: Option<Cow<'a, str>>

command