Commit Graph

2 Commits

Author SHA1 Message Date
Gregory Gauthier
24adb7d618 refactor(cli): improve argument parsing and update special characters
All checks were successful
CMake / build (push) Successful in 42s
- Enhance CLI handling in main.cpp with better error messages, default length as size_t, and proper option validation
- Simplify special characters in passwdgen.cpp to a safer, common subset
2026-03-06 16:52:59 +00:00
Gregory Gauthier
55475c4f6f refactor(structure): reorganize project with src/ and include/ directories
All checks were successful
CMake / build (push) Successful in 47s
Moved source files to src/ and headers to include/.
Updated CMakeLists.txt and include paths accordingly.
Added and updated test files in tests/.
Included generated CMake cache and compiler ID files.
2026-03-06 16:15:21 +00:00