9 lines
113 B
C++
9 lines
113 B
C++
#include "cli.hpp"
|
|
#include "config.hpp"
|
|
|
|
int main() {
|
|
AppConfig config;
|
|
runCLI(config);
|
|
return 0;
|
|
}
|