🚧 change to use click instead of argparse
This commit is contained in:
parent
024f01c9d1
commit
02f4919da2
4 changed files with 101 additions and 13 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue