载入中...
搜索中...
未找到
Clean.cpp
浏览该文件的文档.
24 cout << rang::fg::green << "Clean " << name << " build in current path" << rang::fg::reset << endl;
命令行模块(eve.cmd):run / build / package / test / zip / dev-server 等子命令入口。
Definition cmdline.h:30
static std::string get_remaining(CLI::App *sub, std::string default_path=".")
子命令剩余位置参数。
Definition cmdline.cpp:79
Definition Build.cpp:11
Definition Clean.cpp:12
void setup(CLI::App &app, std::shared_ptr< CLI::Formatter > formatter) override
Registers options on the CLI11 sub-app.
Definition Clean.cpp:13
int parse(CLI::App &app, Cmdline &cmd) override
Parses arguments and runs the command; returns the exit code.
Definition Clean.cpp:18