feat[cli]: Use nice cli
Test and coverage / build (push) Failing after 55s

This commit is contained in:
2026-06-28 01:45:14 +03:00
parent 998665a4bf
commit 846ac52854
4 changed files with 52 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ removing the ability to specify a user
3. Install git (`sudo apt install git`)
4. And run it with path to TOML config.
```bash
python gitea-mirror.py config.toml
python gitea-mirror.py --config config.toml
```