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

Update clap and remove use of structopt in tools #3228

Merged
merged 4 commits into from
Jul 6, 2023

Commits on Jun 26, 2023

  1. Bump clap to 4.3.5 in tools/infrasys

    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d5a4520 View commit details
    Browse the repository at this point in the history
  2. Bump clap to 4.3.5 in tools/pubsys

    Updates clap in pubsys and removes structops.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    91ec2a6 View commit details
    Browse the repository at this point in the history
  3. Bump clap to 4.3.5 in tools/testsys

    Tweaks for the newer version of clap.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    acbaba9 View commit details
    Browse the repository at this point in the history
  4. Switch from structopt to clap in tools/pubsys-setup

    This removes the structopt dependency in favor of clap.
    
    Signed-off-by: Sean McGinnis <[email protected]>
    stmcginnis committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9905ffc View commit details
    Browse the repository at this point in the history