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

refacto: commands were cluttered + no cli help #111

Merged
merged 3 commits into from
Nov 21, 2022
Merged

Commits on Nov 17, 2022

  1. refacto: commands were cluttered + no cli help

    Solution: put all commands in a sub folder and use typer subcommands
    Use typer.Option and typer.Argument to document each command parameter
    AmozPay authored and AmozPay committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    96347e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Fix: FastAPI tests failed, could not import httpx

    httpx is required in tests when using fastapi.testclient
    hoh committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    31cedef View commit details
    Browse the repository at this point in the history
  2. Fixup: Reformat with black

    hoh committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    20e8517 View commit details
    Browse the repository at this point in the history