INFO
Name: rust-clap-devel
Version: 4.6.1-1.el10_3
Arch: noarch
Summary: Simple to use, efficient, and full-featured Command Line Argument Parser
License: MIT OR Apache-2.0
Vendor: Fedora Project
Build Host: buildvm-x86-20.rdu3.fedoraproject.org
Build Date: Wed Jun 10 16:57:48 2026
Size: 223306
URL: https://crates.io/crates/clap
Description: A simple to use, efficient, and full-featured Command Line Argument
Parser.
This package contains library source intended for building other packages which
use the "clap" crate.
FILES
/usr/share/cargo/registry/clap-4.6.1
/usr/share/cargo/registry/clap-4.6.1/.cargo-checksum.json
/usr/share/cargo/registry/clap-4.6.1/Cargo.toml
/usr/share/cargo/registry/clap-4.6.1/LICENSE-APACHE
/usr/share/cargo/registry/clap-4.6.1/LICENSE-MIT
/usr/share/cargo/registry/clap-4.6.1/README.md
/usr/share/cargo/registry/clap-4.6.1/examples
/usr/share/cargo/registry/clap-4.6.1/examples/README.md
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example-derive.md
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example.md
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example.rs
/usr/share/cargo/registry/clap-4.6.1/examples/demo.md
/usr/share/cargo/registry/clap-4.6.1/examples/demo.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/augment_args.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/augment_subcommands.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/flatten_hand_args.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/hand_subcommand.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/interop_tests.md
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional-derive.md
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional.md
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/find.md
/usr/share/cargo/registry/clap-4.6.1/examples/find.rs
/usr/share/cargo/registry/clap-4.6.1/examples/git-derive.md
/usr/share/cargo/registry/clap-4.6.1/examples/git-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/git.md
/usr/share/cargo/registry/clap-4.6.1/examples/git.rs
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-busybox.md
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-busybox.rs
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-hostname.md
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-hostname.rs
/usr/share/cargo/registry/clap-4.6.1/examples/pacman.md
/usr/share/cargo/registry/clap-4.6.1/examples/pacman.rs
/usr/share/cargo/registry/clap-4.6.1/examples/repl-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/repl.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/01_quick.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/01_quick.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_app_settings.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_app_settings.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_apps.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_apps.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_crate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_crate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_bool.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_bool.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_count.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_count.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_04_subcommands.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_04_subcommands.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_05_default_values.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_05_default_values.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_06_required.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_06_required.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_enum.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_enum.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_possible.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_possible.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_parse.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_parse.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_validate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_validate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_03_relations.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_03_relations.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_04_custom.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_04_custom.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/05_01_assert.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/01_quick.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/01_quick.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_app_settings.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_app_settings.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_apps.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_apps.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_crate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_crate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_bool.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_bool.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_count.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_count.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_04_subcommands.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_04_subcommands.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_04_subcommands_alt.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_05_default_values.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_05_default_values.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_06_optional.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_06_optional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_01_enum.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_01_enum.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_parse.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_parse.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_validate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_validate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_03_relations.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_03_relations.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_04_custom.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_04_custom.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/05_01_assert.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/builtin.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/builtin.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/custom.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/custom.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/fn_parser.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/fn_parser.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/foreign_crate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/implicit.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/implicit.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/main.rs
/usr/share/cargo/registry/clap-4.6.1/src
/usr/share/cargo/registry/clap-4.6.1/src/_concepts.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/cargo_example.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/cargo_example_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/escaped_positional.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/escaped_positional_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/find.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/git.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/git_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/mod.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/multicall_busybox.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/multicall_hostname.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/pacman.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/repl.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/repl_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/typed_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_derive
/usr/share/cargo/registry/clap-4.6.1/src/_derive/_tutorial.rs
/usr/share/cargo/registry/clap-4.6.1/src/_derive/mod.rs
/usr/share/cargo/registry/clap-4.6.1/src/_faq.rs
/usr/share/cargo/registry/clap-4.6.1/src/_features.rs
/usr/share/cargo/registry/clap-4.6.1/src/_tutorial.rs
/usr/share/cargo/registry/clap-4.6.1/src/bin
/usr/share/cargo/registry/clap-4.6.1/src/bin/stdio-fixture.rs
/usr/share/cargo/registry/clap-4.6.1/src/lib.rs
REQUIRES
cargo
crate(clap_builder) 4.6.0
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rust 1.85
PROVIDES
crate(clap) 4.6.1
rust-clap-devel 4.6.1-1.el10_3
CONFIG FILES
/usr/share/cargo/registry/clap-4.6.1
/usr/share/cargo/registry/clap-4.6.1/.cargo-checksum.json
/usr/share/cargo/registry/clap-4.6.1/Cargo.toml
/usr/share/cargo/registry/clap-4.6.1/LICENSE-APACHE l
/usr/share/cargo/registry/clap-4.6.1/LICENSE-MIT l
/usr/share/cargo/registry/clap-4.6.1/README.md d
/usr/share/cargo/registry/clap-4.6.1/examples
/usr/share/cargo/registry/clap-4.6.1/examples/README.md
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example-derive.md
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example.md
/usr/share/cargo/registry/clap-4.6.1/examples/cargo-example.rs
/usr/share/cargo/registry/clap-4.6.1/examples/demo.md
/usr/share/cargo/registry/clap-4.6.1/examples/demo.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/augment_args.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/augment_subcommands.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/flatten_hand_args.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/hand_subcommand.rs
/usr/share/cargo/registry/clap-4.6.1/examples/derive_ref/interop_tests.md
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional-derive.md
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional.md
/usr/share/cargo/registry/clap-4.6.1/examples/escaped-positional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/find.md
/usr/share/cargo/registry/clap-4.6.1/examples/find.rs
/usr/share/cargo/registry/clap-4.6.1/examples/git-derive.md
/usr/share/cargo/registry/clap-4.6.1/examples/git-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/git.md
/usr/share/cargo/registry/clap-4.6.1/examples/git.rs
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-busybox.md
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-busybox.rs
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-hostname.md
/usr/share/cargo/registry/clap-4.6.1/examples/multicall-hostname.rs
/usr/share/cargo/registry/clap-4.6.1/examples/pacman.md
/usr/share/cargo/registry/clap-4.6.1/examples/pacman.rs
/usr/share/cargo/registry/clap-4.6.1/examples/repl-derive.rs
/usr/share/cargo/registry/clap-4.6.1/examples/repl.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/01_quick.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/01_quick.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_app_settings.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_app_settings.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_apps.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_apps.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_crate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/02_crate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_bool.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_bool.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_count.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_01_flag_count.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_02_option_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_03_positional_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_04_subcommands.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_04_subcommands.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_05_default_values.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_05_default_values.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_06_required.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/03_06_required.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_enum.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_enum.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_possible.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_01_possible.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_parse.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_parse.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_validate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_02_validate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_03_relations.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_03_relations.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_04_custom.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/04_04_custom.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_builder/05_01_assert.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/01_quick.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/01_quick.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_app_settings.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_app_settings.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_apps.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_apps.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_crate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/02_crate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_bool.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_bool.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_count.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_01_flag_count.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_02_option_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional_mult.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_03_positional_mult.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_04_subcommands.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_04_subcommands.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_04_subcommands_alt.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_05_default_values.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_05_default_values.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_06_optional.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/03_06_optional.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_01_enum.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_01_enum.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_parse.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_parse.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_validate.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_02_validate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_03_relations.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_03_relations.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_04_custom.md
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/04_04_custom.rs
/usr/share/cargo/registry/clap-4.6.1/examples/tutorial_derive/05_01_assert.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/builtin.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/builtin.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/custom.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/custom.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/fn_parser.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/fn_parser.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/foreign_crate.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/implicit.md
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/implicit.rs
/usr/share/cargo/registry/clap-4.6.1/examples/typed-derive/main.rs
/usr/share/cargo/registry/clap-4.6.1/src
/usr/share/cargo/registry/clap-4.6.1/src/_concepts.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/cargo_example.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/cargo_example_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/escaped_positional.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/escaped_positional_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/find.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/git.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/git_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/mod.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/multicall_busybox.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/multicall_hostname.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/pacman.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/repl.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/repl_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_cookbook/typed_derive.rs
/usr/share/cargo/registry/clap-4.6.1/src/_derive
/usr/share/cargo/registry/clap-4.6.1/src/_derive/_tutorial.rs
/usr/share/cargo/registry/clap-4.6.1/src/_derive/mod.rs
/usr/share/cargo/registry/clap-4.6.1/src/_faq.rs
/usr/share/cargo/registry/clap-4.6.1/src/_features.rs
/usr/share/cargo/registry/clap-4.6.1/src/_tutorial.rs
/usr/share/cargo/registry/clap-4.6.1/src/bin
/usr/share/cargo/registry/clap-4.6.1/src/bin/stdio-fixture.rs
/usr/share/cargo/registry/clap-4.6.1/src/lib.rs
LICENSE FILES
MIT OR Apache-2.0
|