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:after_help
(Results
1 - 8
of
8
) sorted by relevance
/third_party/rust/crates/clap/clap_bench/benches/
H
A
D
06_rustup.rs
28
.
after_help
(RUSTUP_HELP)
in build_cli()
39
.
after_help
(SHOW_HELP),
in build_cli()
44
.
after_help
(TOOLCHAIN_INSTALL_HELP)
in build_cli()
51
.
after_help
(UPDATE_HELP)
in build_cli()
64
.
after_help
(DEFAULT_HELP)
in build_cli()
70
.
after_help
(TOOLCHAIN_HELP)
in build_cli()
195
.
after_help
(OVERRIDE_HELP)
in build_cli()
205
.
after_help
(OVERRIDE_UNSET_HELP)
in build_cli()
240
.
after_help
(RUN_HELP)
in build_cli()
257
.
after_help
(DOC_HEL
in build_cli()
[all...]
/third_party/rust/crates/clap/tests/builder/
H
A
D
hidden_args.rs
232
.
after_help
("After help")
in hide_opt_args_only()
252
.
after_help
("After help")
in hide_pos_args_only()
272
.
after_help
("After help")
in hide_subcmds_only()
H
A
D
help.rs
254
.
after_help
("some text that comes after the help");
in after_and_before_help_output()
294
.
after_help
("some text that comes after the help")
in after_and_before_long_help_output()
2016
.
after_help
("This is after help.");
in after_help_no_args()
/third_party/rust/crates/clap/clap_mangen/examples/
H
A
D
man.rs
17
.
after_help
("This is an extra section added to the end of the manpage.")
in main()
/third_party/rust/crates/clap/clap_mangen/src/
H
A
D
lib.rs
223
render::
after_help
(roff, &self.cmd);
in _render_extra_section()
H
A
D
render.rs
253
pub(crate) fn
after_help
(roff: &mut Roff, cmd: &clap::Command) {
/third_party/rust/crates/clap/src/output/
H
A
D
help_template.rs
315
let
after_help
= if self.use_long {
in write_after_help()
322
if let Some(output) =
after_help
{
in write_after_help()
/third_party/rust/crates/clap/src/builder/
H
A
D
command.rs
63
/// .
after_help
("Longer explanation to appear after the options when \
84
after_help
: Option<StyledStr>,
1536
/// .
after_help
("Does really amazing things for great people... but be careful with -R!")
1541
pub fn
after_help
(mut self, help: impl IntoResettable<StyledStr>) -> Self {
in after_help()
functions
1542
self.
after_help
= help.into_resettable().into_option();
in after_help()
1551
/// If [`Command::
after_help
`] is not specified, this message will be displayed for `-h`.
1764
/// * `{after-help}` - Help from [`Command::
after_help
`] or [`Command::after_long_help`].
1796
/// [`Command::
after_help
`]: Command::
after_help
()
3415
self.
after_help
in get_after_help()
[all...]
Completed in 11 milliseconds