#ifndef CLI_H #define CLI_H int cli_run(int argc, char *argv[]); #endif