Abdüssamet ERSOYLU 6c3adc3dda refactor(parser): replace variant-based actions with polymorphic interface
Simplify action handling by introducing a polymorphic base class for actions
Remove std::variant usage and improve type safety with proper cloning
Clean up unused includes and test code in main.cpp
2025-10-04 00:33:27 +04:00
2025-06-24 18:35:50 +04:00
2025-06-24 18:45:46 +04:00
Description
A cross-platform, native automatic argument processing library that is inpired by python3/argparse.
MIT 146 KiB
Languages
C++ 97.7%
CMake 2.3%