chore: format

This commit is contained in:
2026-05-07 17:49:47 +04:00
parent 2b2a0df933
commit 21ca1f638b
19 changed files with 667 additions and 1357 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
#ifndef ARGPARSE_HPP
#define ARGPARSE_HPP
#include "macros.h"
#include <argument_builder.hpp>
#include <argument_parser.hpp>
#include <parser_v2.hpp>
#include <argument_builder.hpp>
#include "macros.h"
#ifdef __linux__
#include <linux_parser.hpp>