1 2 3 4 5 6 7 8 9 10
#ifndef MAIN_H #define MAIN_H #include "command.h" COMMAND(main, env); COMMAND(main, version); COMMAND(main, help); #endif