Skip to content

Commit

Permalink
Updated a link to the newest stable version of click
Browse files Browse the repository at this point in the history
  • Loading branch information
javier171188 committed Oct 1, 2023
1 parent e0b207f commit 3ecb83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/commands/context.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down

0 comments on commit 3ecb83d

Please sign in to comment.