#pragma once #include #include #include std::string runCommand(const std::vector &args); std::pair readCommand(const std::vector &args);