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

convert cli processing to use click #55

Merged
merged 6 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. rename 'build' command to 'build-wheel'

    This makes it clearer that the command is a single step in the
    multi-step process.
    dhellmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    144dc32 View commit details
    Browse the repository at this point in the history
  2. convert argument parsing to use click

    Click gives us better nested command support than argparse.
    dhellmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    26249e9 View commit details
    Browse the repository at this point in the history
  3. split the commands out into separate files

    Organize related groups together and top-level commands on their own.
    dhellmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    89b6c64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e4efd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ab893 View commit details
    Browse the repository at this point in the history
  6. restore exception logging

    dhellmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fdfe54f View commit details
    Browse the repository at this point in the history