structopt:通过定义结构来解析命令行参数 源码
通过定义结构来解析命令行参数 快速开始 # include < structopt> struct Options { // positional argument // e.g., ./main std::string config_file; // optional argument // e.g., -b "192.168.5.3" // e.g., --bind_address "192.168.5.3" // // options can be delimited with `=` or `:` // n
下载地址
用户评论