added a command line switch for which ldap to use

This commit is contained in:
2026-05-19 22:35:56 +02:00
parent 41e4977032
commit 19ea53841e
5 changed files with 37 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("-f", "--fake", action="store_true")
clargs = parser.parse_args()