载入中...
搜索中...
未找到
eve::cmd::DocArgs结构体 参考
类 eve::cmd::DocArgs 继承关系图:
eve::cmd::Handler

Public 成员函数

void setup (CLI::App &app, std::shared_ptr< CLI::Formatter > formatter) override
 Registers options on the CLI11 sub-app.
 
int parse (CLI::App &app, Cmdline &cmd) override
 Parses arguments and runs the command; returns the exit code.
 
- Public 成员函数 继承自 eve::cmd::Handler
virtual ~Handler ()
 

详细描述

在文件 Doc.cpp17 行定义.

成员函数说明

◆ parse()

int eve::cmd::DocArgs::parse ( CLI::App &  ,
Cmdline  
)
inlineoverridevirtual

Parses arguments and runs the command; returns the exit code.

实现了 eve::cmd::Handler.

在文件 Doc.cpp23 行定义.

引用了 eve::cmd::Cmdline::Doc(), eve::cmd::Cmdline::get_remaining() , 以及 name.

◆ setup()

void eve::cmd::DocArgs::setup ( CLI::App &  ,
std::shared_ptr< CLI::Formatter >   
)
inlineoverridevirtual

Registers options on the CLI11 sub-app.

实现了 eve::cmd::Handler.

在文件 Doc.cpp18 行定义.


该结构体的文档由以下文件生成: