Skip to content
Unverified Commit 3c256647 authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Migrate from `structopt` to `clap` v3 (#1293)

`clap` v3 added support for a `structopt`-like parser derive usage.
`structopt` is now in maintenance mode
(https://docs.rs/structopt/latest/structopt/#maintenance); it is
recommended to migrate to `clap`.

Structs to parse CLI arguments have been renamed to `Args` for
consistency.
parent aaed5058
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment