Home
last modified time | relevance | path

Searched defs:stylized (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/src/output/
Dusage.rs250 let stylized = arg.stylized(Some(!force_optional)); in get_args() localVariable
414 let stylized = arg.stylized(Some(true)); in get_required_usage_from() localVariable
/third_party/rust/crates/clap/src/builder/
Darg.rs4141 pub(crate) fn stylized(&self, required: Option<bool>) -> StyledStr { in stylized() method