cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
cae::MESSAGE Namespace Reference

Variables

static constexpr std::string_view HELP_MSG
 
static constexpr std::string_view VERSION_MSG
 

Variable Documentation

◆ HELP_MSG

std::string_view cae::MESSAGE::HELP_MSG
staticconstexpr
Initial value:
= "Usage: " PROJECT_NAME APP_EXTENSION " [options]\n\n"
"Options:\n"
" -h, --help Show this help message\n"
" -v, --version Show version information\n"
" -c, --config <path> Specify JSON configuration file"
#define PROJECT_NAME
Definition Version.hpp:7
#define APP_EXTENSION
Definition Common.hpp:14

Definition at line 17 of file Common.hpp.

Referenced by cae::ArgsHandler::ParseArgs().

◆ VERSION_MSG

std::string_view cae::MESSAGE::VERSION_MSG
staticconstexpr
Initial value:
" v" PROJECT_VERSION " " BUILD_TYPE " (" GIT_TAG ", commit " GIT_COMMIT_HASH ") " __DATE__ " " __TIME__
#define BUILD_TYPE
Definition Version.hpp:15
#define PROJECT_VERSION
Definition Version.hpp:8
#define GIT_TAG
Definition Version.hpp:14
#define GIT_COMMIT_HASH
Definition Version.hpp:13

Definition at line 22 of file Common.hpp.

Referenced by cae::Application::Application(), and cae::ArgsHandler::ParseArgs().