xref: /third_party/rust/crates/clap/tests/derive/main.rs (revision 19625d8c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/clap/tests/derive/
1#![cfg(feature = "derive")]
2#![cfg(feature = "help")]
3#![cfg(feature = "usage")]
4
5mod app_name;
6mod arguments;
7mod author_version_about;
8mod basic;
9mod boxed;
10mod custom_string_parsers;
11mod default_value;
12mod deny_warnings;
13mod doc_comments_help;
14mod explicit_name_no_renaming;
15mod flags;
16mod flatten;
17mod generic;
18mod groups;
19mod help;
20mod issues;
21mod macros;
22mod naming;
23mod nested_subcommands;
24mod non_literal_attributes;
25mod occurrences;
26mod options;
27mod privacy;
28mod raw_bool_literal;
29mod raw_idents;
30mod rename_all_env;
31mod skip;
32mod subcommands;
33mod type_alias_regressions;
34mod utf8;
35mod utils;
36mod value_enum;
37

Indexes created Thu Nov 07 10:32:03 CST 2024