cpp-tbox icon indicating copy to clipboard operation
cpp-tbox copied to clipboard

期望支持execlv()类似的执行方式

Open hevake opened this issue 2 years ago • 0 comments

现有函数遇到特殊字符,如 " ' $ 会出现问题。

https://github.com/cpp-main/cpp-tbox/blob/63fc6130364854705429f568b393366f422ce733/modules/util/execute_cmd.h#L25C41-L25C41

ExecuteCmd(const std::vector<std::string> &args);

hevake avatar Dec 01 '23 10:12 hevake