blob: c6ac24e05e3f7250af93db5bfef8ca313a55b5d0 [file] [log] [blame]
Ed Tanous40e9b922024-09-10 13:50:16 -07001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright OpenBMC Authors
Ed Tanouscc5a37f2017-05-11 10:27:23 -07003
Alexander Hansen8de05422025-08-06 18:47:41 +02004#include "webserver_cli.hpp"
5
6int main(int argc, char** argv) noexcept(false)
Ed Tanous24b2fe82022-01-06 12:45:54 -08007{
Ed Tanous55385c72025-08-06 18:47:41 +02008 return runCLI(argc, argv);
Ed Tanous24b2fe82022-01-06 12:45:54 -08009}