Entropic
2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
version.cpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: Apache-2.0
8
#include <entropic/entropic_config.h>
9
10
#include <cstdio>
11
12
namespace
entropic::cli {
13
20
int
run_version
()
21
{
22
std::printf(
"entropic %s\n"
, CONFIG_ENTROPIC_VERSION_STRING);
23
return
0;
24
}
25
26
}
// namespace entropic::cli
entropic::cli::run_version
int run_version()
Print the engine version and exit.
Definition
version.cpp:20
cli
version.cpp
Generated by
1.9.8