コード例 #1
0
RunResult run_system_cmd(const Cmd& cmd, bool need_output)
{
	return run_system_cmd(cmd.to_string(), need_output);
}