From 8b514dcdf2a25016c0befa63fca6404a6b805fe9 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 2 May 2023 10:11:21 +0300 Subject: Migrate all scripts to click (#64) * WIP * Fix CLI group * Migrate build command * Cleanup and rebuild --- Pipfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index e3e19db..8e425e6 100644 --- a/Pipfile +++ b/Pipfile @@ -9,12 +9,14 @@ jinja2 = "*" requests = "*" aiohttp = "*" unidecode = "*" +click = "*" [dev-packages] black = "*" [scripts] -build = "python build.py" +manage = "python manage.py" +build = "python manage.py build" scan = "python scripts/scan.py" ghpr = "python scripts/ghpr.py" serve = "python -m http.server --directory build" -- cgit v1.3.1