We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d98f77 commit 662ba2dCopy full SHA for 662ba2d
1 file changed
src/render_engine_cli/cli.py
@@ -29,9 +29,7 @@
29
30
31
@click.group()
32
-def app():
33
- print("App invoked.")
34
- ...
+def app(): ...
35
36
37
@app.command
0 commit comments