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 87e3737 commit cd4f07eCopy full SHA for cd4f07e
pyproject.toml
@@ -11,7 +11,7 @@ packages = [
11
]
12
13
[tool.poetry.scripts]
14
-greet = "json_explorer.explore:main"
+json-explorer = "json_explorer.cli:main"
15
16
[tool.poetry.dependencies]
17
python = ">=3.7,<4.0"
0 commit comments