Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion-derive.rs38 struct ValueHintOpt { struct
41 unknown: Option<String>,
43 other: Option<String>,
45 path: Option<PathBuf>,
47 file: Option<PathBuf>,
49 dir: Option<PathBuf>,
51 exe: Option<PathBuf>,
53 cmd_name: Option<OsString>,
55 cmd: Option<String>,
58 command_with_args: Vec<String>,
[all …]