Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:trailing_var_arg
(Results
1 - 7
of
7
) sorted by relevance
/third_party/rust/crates/clap/clap_complete/examples/
H
A
D
completion.rs
67
.
trailing_var_arg
(true)
in build_cli()
H
A
D
completion-derive.rs
57
#[arg(
trailing_var_arg
= true, value_hint = ValueHint::CommandWithArguments)]
/third_party/rust/crates/clap/tests/builder/
H
A
D
app_settings.rs
349
.arg(arg!([opt] ... "some pos").
trailing_var_arg
(true))
in dont_delim_values_trailingvararg()
383
.arg(arg!([opt] ... "some pos").
trailing_var_arg
(true))
in delim_values_trailingvararg()
423
.
trailing_var_arg
(true),
in delim_values_trailingvararg_with_delim()
594
.
trailing_var_arg
(true)
in assert_trailing_var_args()
/third_party/rust/crates/clap/clap_bench/benches/
H
A
D
06_rustup.rs
246
.
trailing_var_arg
(true),
in build_cli()
/third_party/rust/crates/bindgen/bindgen-cli/
H
A
D
options.rs
46
trailing_var_arg
= true
/third_party/rust/crates/clap/src/builder/
H
A
D
arg.rs
512
/// .arg(arg!(<cmd> ... "commands to run").
trailing_var_arg
(true))
519
pub fn
trailing_var_arg
(self, yes: bool) -> Self {
in trailing_var_arg()
functions
1245
/// .
trailing_var_arg
(true)
1322
/// See also [`
trailing_var_arg
`][Arg::
trailing_var_arg
].
1571
/// may not be exactly what you are expecting and using [`crate::Command::
trailing_var_arg
`]
4045
/// Report whether [`Arg::
trailing_var_arg
`] is set
H
A
D
command.rs
998
/// Disables the automatic delimiting of values after `--` or when [`Command::
trailing_var_arg
`]
2043
deprecated(since = "4.0.0", note = "Replaced with `Arg::
trailing_var_arg
`")
2045
pub fn
trailing_var_arg
(self, yes: bool) -> Self {
in trailing_var_arg()
functions
Completed in 17 milliseconds