You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When you create a **Typer** application it uses Click underneath. And every Click application has a special object called a <ahref="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 <ahref="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`.