Derive macro for parsing command line arguments using struct definitions.
# Cargo.toml
[dependencies]
clap_derive = "4.6.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a CLI argument struct and parses it.
Add `clap = { version = "4", features = ["derive"] }` to Cargo.tomlNo dependency data recorded yet.