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

View File

@@ -2,7 +2,7 @@
#ifndef ARGPARSE_HPP
#define ARGPARSE_HPP
#include <argument_parser.hpp>
#
#ifdef __linux__
#include <linux_parser.hpp>
namespace argument_parser {