Skip to content
Discussion options

You must be logged in to vote

I finally found the solution in the repo in tests/test_others.py

app = typer.Typer(
    ...,
    context_settings={"help_option_names": ["-h", "--help"]},
)

I was not able to find it in the documentation. It seems that it is nowhere in the documentation.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@svlandeg
Comment options

@paugier
Comment options

@svlandeg
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
2 participants