-i/-I/--info argument to show details of configuratio...
#ifndef ModuleIO_PARSE_ARGS_H#define ModuleIO_PARSE_ARGS_Hnamespace ModuleIO{/*** @brief This function returns the version information when using command* "abacus --version", "abacus -v" or "abacus -V"; returns the compilation* details when using command "abacus --info", "abacus -i" or "abacus -I";* otherwise, it returns usage.** @param [in] argc (ARGument Count) is an integer variable that stores the number* of command-line arguments passed by the user including the name of the program.* So if we pass a value to a program, the value of argc would be 2 (one for* argument and one for program name)* @param [in] argv (ARGument Vector) is an array of character pointers listing* all the arguments. If argc is greater than zero, the array elements from* argv[0] to argv[argc-1] will contain pointers to strings. argv[0] is the name* of the program , After that till argv[argc-1] every element is command -line* arguments.*/void parse_args(int argc, char** argv);void print_build_info();} // namespace ModuleIO#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。