Updated a link to the newest stable version of click
This commit is contained in:
parent
e0b207f3f5
commit
3ecb83d185
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
When you create a **Typer** application it uses Click underneath. And every Click application has a special object called a <a href="https://click.palletsprojects.com/en/7.x/commands/#nested-handling-and-contexts" class="external-link" target="_blank">"Context"</a> that is normally hidden.
|
||||
When you create a **Typer** application it uses Click underneath. And every Click application has a special object called a <a href="https://click.palletsprojects.com/en/8.1.x/commands/#nested-handling-and-contexts" class="external-link" target="_blank">"Context"</a> that is normally hidden.
|
||||
|
||||
But you can access the context by declaring a function parameter of type `typer.Context`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue