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

build: Use Typer for CLI #1675

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    7bf2640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca5263 View commit details
    Browse the repository at this point in the history
  3. Get version callback working

    https://typer.tiangolo.com/tutorial/options/version/#fix-with-is_eager
    
    used to be:
    
    pyhf, version {version}
    
    now is:
    
    pyhf, v{version}
    matthewfeickert committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    08edc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39f222d View commit details
    Browse the repository at this point in the history
  5. add note to remove

    matthewfeickert committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    780f055 View commit details
    Browse the repository at this point in the history
  6. switch to typer

    matthewfeickert committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    3d42758 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a25ab4 View commit details
    Browse the repository at this point in the history
  8. Drop click_completion

    matthewfeickert committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5324d11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6180d88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    524ee17 View commit details
    Browse the repository at this point in the history