refactor(parser): improve code style and modernize macos parser

- Remove unnecessary whitespace in argparse.hpp
- Modernize macos_parser.hpp with if-initializer
- Clean up includes and add [[nodiscard]] attributes
- Add .idea files to gitignore
This commit is contained in:
2025-10-06 16:00:15 +04:00
parent cad569de25
commit f4563fd47b
6 changed files with 742 additions and 26 deletions

7
.idea/argument-parser.iml generated Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="CPP_MODULE" version="4">
<component name="NewModuleRootManager">
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>