/** * @file cli.h * @brief Declaration of the command-line interface (CLI) library */ #pragma once #include #include /** * @namespace tc::cli * @brief Namespace of the command-line interface (CLI) library */ #include #include