(20260309) Added new 'mode' for formatting the muster roll'.

This commit is contained in:
2026-03-09 17:25:35 +05:30
parent c3ab2e4d9a
commit 4350435a01
8 changed files with 94 additions and 16 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ if __name__ == "__main__":
import argparse
ap = argparse.ArgumentParser()
ap.add_argument(
"--test",
"--test", "--test-mode",
action = "store_true",
default = False,
)