Parse command line argument by defining a struct.
# Cargo.toml
[dependencies]
structopt = "0.3.26"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a CLI with a struct and parse arguments.
Migrate to clap with derive feature: use clap::Parser instead of structopt::StructOpt.
No dependency data recorded yet.