Home
last modified time | relevance | path

Searched refs:WaitOnError (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/app/
Dsettings.rs122 WaitOnError => Flags::WAIT_ON_ERROR,
970 WaitOnError, enumerator
1034 "waitonerror" => Ok(AppSettings::WaitOnError), in from_str()
1168 AppSettings::WaitOnError in app_settings_fromstr()
Dmod.rs1523 if self.p.is_set(AppSettings::WaitOnError) { in get_matches_from()