FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
cli_runner.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-only
2// Copyright (c) 2026-present FERS Contributors (see AUTHORS.md).
3
4#pragma once
5
6namespace core
7{
8 int runCli(int argc, char* argv[]);
9}