blob: 45f15ba59f72141d63d8c88dab186a528adf0f37 [file] [log] [blame]
George Liud6649362019-11-27 19:06:51 +08001#pragma once
2
3#include <CLI/CLI.hpp>
4
5namespace pldmtool
6{
7
8namespace platform
9{
10
11void registerCommand(CLI::App& app);
12
13} // namespace platform
14
15} // namespace pldmtool