feat(convention) add windows style argument conventions.

This commit is contained in:
2025-10-07 02:08:25 +04:00
parent 1a62552ee0
commit fea5042af7
5 changed files with 113 additions and 6 deletions

View File

@@ -24,4 +24,5 @@ namespace argument_parser {
#endif
#include <base_convention.hpp>
#include <gnu_argument_convention.hpp>
#include <gnu_argument_convention.hpp>
#include <windows_argument_convention.hpp>