Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/builder/
Dopts.rs664 .infer_long_args(true) in infer_long_arg()
710 .infer_long_args(true) in infer_long_arg()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs1339 pub fn infer_long_args(self, yes: bool) -> Self { in infer_long_args() method