blob: 159ec8029241e4f55ab81fc2f1988339773b5f6a [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{
Alexander Hansen8de05422025-08-06 18:47:41 +02008 return cliMain(argc, argv);
Ed Tanous24b2fe82022-01-06 12:45:54 -08009}