#pragma once #include struct AppConfig; void processCommand(const std::string& input, AppConfig& config);