🚧 change to use click instead of argparse

This commit is contained in:
Neill Cox 2023-10-24 13:10:59 +11:00
parent 024f01c9d1
commit 02f4919da2
4 changed files with 101 additions and 13 deletions

View file

@ -17,6 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"click",
"prettytable",
"requests",
]
@ -26,7 +27,7 @@ dependencies = [
"Bug Tracker" = "https://git.evatt.ingenious.com.au/neillc/gitea-gitlab-exporter"
[project.scripts]
gitlab2gitea = "gitea_gitlab_exporter:exporter"
gl2gt = "gitea_gitlab_exporter.cli:cli"
[project.optional-dependencies]
dev = [