feat(dev): 支持 compiler --help 输出帮助信息

This commit is contained in:
Lane0218
2025-12-30 12:33:36 +08:00
parent c0c9f70f16
commit 9eefbb5ef7
5 changed files with 55 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
struct CLIOptions {
std::string input;
bool show_help = false;
};
CLIOptions ParseCLI(int argc, char** argv);