1
0

feat: finish binstore configuration and partial storage

This commit is contained in:
2025-12-10 22:17:38 +08:00
parent d64c6669b4
commit 79e8af89fe
11 changed files with 162 additions and 6 deletions

View File

@ -1,5 +1,4 @@
#include "resolver.hpp"
#include "types.hpp"
#include "../../env.hpp"
#include <stdexcept>
#include <ranges>
@ -7,6 +6,7 @@
#define TYPES ::yycc::carton::clap::types
#define APPLICATION ::yycc::carton::clap::application
#define ENV ::yycc::env
namespace yycc::carton::clap::resolver {
#pragma region Core