fix(ast): 规范AST输出
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
// 简易命令行解析:仅支持输入文件路径。
|
||||
// 简易命令行解析:支持帮助、输入文件和 AST DOT 导出。
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
struct CLIOptions {
|
||||
std::string input;
|
||||
std::string ast_dot_output;
|
||||
bool show_help = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user