We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1f16d commit 862d8e1Copy full SHA for 862d8e1
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "gx-git"
7
-version = "1.5.2"
+version = "1.5.3"
8
description = "Git Productivity Toolkit"
9
readme = "README.md"
10
license = {text = "MIT"}
src/gx/main.py
@@ -112,3 +112,7 @@ def main(
112
if ctx.invoked_subcommand is None:
113
typer.echo(_GROUPED_HELP)
114
raise typer.Exit()
115
+
116
117
+if __name__ == "__main__":
118
+ app()
0 commit comments