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
12namespace entropic::cli {
13
21{
22 std::printf("entropic %s\n", CONFIG_ENTROPIC_VERSION_STRING);
23 return 0;
24}
25
26} // namespace entropic::cli
int run_version()
Print the engine version and exit.
Definition version.cpp:20