Home
last modified time | relevance | path

Searched refs:value_terminator (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/clap/clap_complete/tests/
Dpowershell.rs88 fn value_terminator() { in value_terminator() function
Dfish.rs88 fn value_terminator() { in value_terminator() function
Delvish.rs88 fn value_terminator() { in value_terminator() function
Dzsh.rs88 fn value_terminator() { in value_terminator() function
Dbash.rs88 fn value_terminator() { in value_terminator() function
Dcommon.rs260 .value_terminator(";"), in value_terminator_command()
/third_party/rust/crates/clap/tests/builder/
Dmultiple_values.rs1323 .value_terminator(";") in multiple_value_terminator_option()
1354 .value_terminator(";") in multiple_value_terminator_option_other_arg()
1389 .value_terminator(";"), in multiple_vals_with_hyphen()
/third_party/rust/crates/clap/src/builder/
Darg.rs1554 pub fn value_terminator(mut self, term: impl IntoResettable<Str>) -> Self { in value_terminator() method
/third_party/rust/crates/clap/
DCHANGELOG.md465 - *(parser)* `Arg::value_terminator` must be its own argument on the CLI rather than being in a del…
2087 * **Arg::value_terminator:** adds the ability to terminate multiple values with a given string or …