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:render_help
(Results
1 - 8
of
8
) sorted by relevance
/third_party/rust/crates/clap/tests/derive/
H
A
D
help.rs
279
let help = cmd.
render_help
().to_string();
in derive_order_next_order()
331
let help = cmd.
render_help
().to_string();
in derive_order_next_order_flatten()
382
let help = cmd.
render_help
().to_string();
in derive_order_no_next_order()
H
A
D
utils.rs
18
let output = <T as CommandFactory>::command().
render_help
().to_string();
in get_help()
/third_party/rust/crates/clap/tests/builder/
H
A
D
subcommands.rs
345
let help_text = cmd.
render_help
().to_string();
in subcommand_placeholder_test()
619
let help = subcmd.
render_help
().to_string();
in multicall_render_help()
H
A
D
help.rs
2018
let help = cmd.
render_help
().to_string();
in after_help_no_args()
2740
let help = subcmd.
render_help
().to_string();
in parent_cmd_req_in_usage_with_render_help()
H
A
D
multiple_values.rs
429
let help = cmd.
render_help
().to_string();
in optional_value()
/third_party/rust/crates/clap/clap_bench/benches/
H
A
D
04_new_help.rs
6
let help = cmd.
render_help
();
in build_help()
H
A
D
05_ripgrep.rs
283
let help = cmd.
render_help
();
in build_help()
/third_party/rust/crates/clap/src/builder/
H
A
D
command.rs
773
/// let help = cmd.
render_help
();
779
pub fn
render_help
(&mut self) -> StyledStr {
in render_help()
functions
790
/// See also [`Command::
render_help
`].
817
deprecated(since = "4.0.0", note = "Replaced with `Command::
render_help
`")
Completed in 13 milliseconds