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

change structopt to clap and fix panic #2

Merged
merged 2 commits into from
Feb 9, 2023
Merged

change structopt to clap and fix panic #2

merged 2 commits into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. change structopt to clap

    changes the structopt dependency to clap for cli parsing as structopt is
    now in maintenance mode and its functionality has already been merged
    into clap.
    RaphGL committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f42232c View commit details
    Browse the repository at this point in the history
  2. fix panic upon cancelling menu

    this fixes the panic that happens when the user decided to cancel
    instead of proceding with the instructions on the menu
    RaphGL committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9fc3dbb View commit details
    Browse the repository at this point in the history