Move add and delete functionality to pkgfiles module, add tests
This commit is contained in:
@ -51,6 +51,7 @@ def del_pkgfile(pkg):
|
||||
syslog.info(f"Removed {pkg}")
|
||||
|
||||
|
||||
# ========== Main Script ==========
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument(
|
||||
|
Reference in New Issue
Block a user