Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from structopt to clap v3 #1293

Merged
merged 3 commits into from
Apr 11, 2022

Commits on Apr 1, 2022

  1. Migrate from structopt to clap v3

    `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.
    david-perez committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    57930b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    5365a83 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'awslabs/main' into davidpz-migrate-from…

    …-`structopt`-to-`clap`-v3
    david-perez committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    959fc45 View commit details
    Browse the repository at this point in the history