#ifndef LANA_CLI_H #define LANA_CLI_H namespace lana { void print_help(); } #endif