Just trying to use a `typer.app` as an entry point defined in my `pyproject.toml` and have it take positional arguments passed in the CLI and not spit out the error “got an unexpected extra argument”. I know I’ve done this with standard `click`, what am I doing wrong with `typer`?
↧