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 to clap 3.0.0 #184

Draft
wants to merge 2 commits into
base: devel
Choose a base branch
from
Draft

Commits on Dec 10, 2021

  1. Add snapshot tests for the help output

    As a preparation for the migration from structopt to clap 3.0.0, we add
    tests for the help output of all commands.
    robinkrahl committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    754eeb4 View commit details
    Browse the repository at this point in the history
  2. Migrate to clap v3.0.0

    This patch replaces structopt with clap v3.0.0.
    robinkrahl committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    45e1cd8 View commit details
    Browse the repository at this point in the history