#include "cli.hpp" #include "config.hpp" int main() { AppConfig config; runCLI(config); return 0; }