// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include #include #include namespace ctor { struct settings; }//ctor:: int execute(const ctor::settings& settings, const std::string& command, const std::vector& args = {}, const std::map& env = {}, bool terminate = false);