Add: --force option to delete existing package

This commit is contained in:
L0m1g 2025-05-09 11:47:48 +02:00
parent 6a6d439aa2
commit 56bd015690
5 changed files with 69 additions and 10 deletions

View file

@ -14,7 +14,7 @@ from erminig.core.security import run_as_user
class Pakva:
def __init__(self, name, version, archive):
def __init__(self, name, version=None, archive=None):
self.name = name
self.version = version
self.archive = archive