ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ALib.CLI.H
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header-file is part of the \aliblong.
4///
5/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
6/// Published under \ref mainpage_license "Boost Software License".
7//==================================================================================================
8#ifndef H_ALIB_CLI
9#define H_ALIB_CLI
10#pragma once
11
12#ifndef INL_ALIB
13# include "alib/alib.inl"
14#endif
15
16#if ALIB_CLI
17# if ALIB_C20_MODULES && !DOXYGEN
18 import ALib.CLI;
19# elif !defined(ALIB_INC_CLI_CLI_MPP)
20# define ALIB_INC_CLI_CLI_MPP
21# include "alib/cli/cli.mpp"
22# endif
23#endif
24
25#endif // H_ALIB_CLI
26