摘要: cli11解析命令行,可以直接使用 CLI11_INLINE void CLI::App::parse ( std::vector< std::string > & args )接口, 接受的字符串数组需要逆序,同时去掉第一个bin路径参数。 也可以使用CLI11_INLINE void App:: 阅读全文
posted @ 2025-11-07 14:13 Xdesigner 阅读(11) 评论(0) 推荐(0)