feat(dev): 支持 compiler --help 输出帮助信息
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
struct CLIOptions {
|
||||
std::string input;
|
||||
bool show_help = false;
|
||||
};
|
||||
|
||||
CLIOptions ParseCLI(int argc, char** argv);
|
||||
|
||||
Reference in New Issue
Block a user