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.
1 parent f43bf26 commit 71602c8Copy full SHA for 71602c8
cycode/__main__.py
@@ -0,0 +1,4 @@
1
+from cycode.cli.consts import PROGRAM_NAME
2
+from cycode.cli.main import app
3
+
4
+app(prog_name=PROGRAM_NAME)
cycode/cli/__main__.py
0 commit comments