/* * shell_misc.c */ #include #include #include "private.h" /*--------------------------------------------------------- */ const char *clish_shell__get_overview(const clish_shell_t *this) { assert(this); return this->overview; } /*--------------------------------------------------------- */