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 c9fb877 + 7e06fb2 commit 9ea2e7dCopy full SHA for 9ea2e7d
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