mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
1e39967044
- Manually fix some problems - Run 'cargo fix --clippy' Commits taken from similar PRs open at that time: - Replace indexmap remove with swap_remove Resolves #1562 and closes #1563 - Use cognitive_complexity for clippy lint Resolves #1564 and closes #1565 - Replace deprecated trim_left_matches with trim_start_matches Closes #1539 Co-authored-by: Antoine Martin <antoine97.martin@gmail.com> Co-authored-by: Brian Foley <bpfoley@users.noreply.github.com> |
||
---|---|---|
.. | ||
01a_quick_example.rs | ||
01b_quick_example.rs | ||
01c_quick_example.rs | ||
02_apps.rs | ||
03_args.rs | ||
04_using_matches.rs | ||
05_flag_args.rs | ||
06_positional_args.rs | ||
07_option_args.rs | ||
08_subcommands.rs | ||
09_auto_version.rs | ||
10_default_values.rs | ||
11_only_specific_values.rs | ||
12_typed_values.rs | ||
13a_enum_values_automatic.rs | ||
13b_enum_values_manual.rs | ||
14_groups.rs | ||
15_custom_validator.rs | ||
16_app_settings.rs | ||
17_yaml.rs | ||
17_yaml.yml | ||
18_builder_macro.rs | ||
19_auto_authors.rs | ||
20_subcommands.rs | ||
21_aliases.rs | ||
22_stop_parsing_with_--.rs |