#include "quit.hpp" #include void QuitCommand::execute() noexcept { exit(EXIT_SUCCESS); }