We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 854030b + 7e06fb2 commit d93dca3Copy full SHA for d93dca3
source/guides/creating-command-line-tools.rst
@@ -78,7 +78,7 @@ in :file:`cli.py`:
78
79
import typer
80
81
- from .hello import greet
+ from .greet import greet
82
83
84
app = typer.Typer()
0 commit comments