Add logging and new flags for attendance program.

This commit is contained in:
2025-03-13 22:49:40 +00:00
parent c1dd8c19b1
commit 29bdaf069e
3 changed files with 119 additions and 22 deletions
+4
View File
@@ -87,6 +87,10 @@ gisem_presencas.exe -w value
## Flags
- `-w` or `-wait`: Time to wait in between refreshes (default is 10 seconds).
- `-l` or `-log`: Send the output to a file.
- `-m` or `-maxtime`: Sets a maxmium time for the program to try set Attendance (default is -1 (forever)).
- `-r` or `-replace`: Forces the program into replacing the existing saved password.
- `-v` or `-verbose`: Shows addicional info.
## Project Structure