blob: d57ccd41f92060a342151b23a15e6a108c43df57 [file] [log] [blame]
George Liu44073352020-03-12 14:00:13 +08001#pragma once
2
3#include <CLI/CLI.hpp>
4
5namespace pldmtool
6{
7
8namespace oem_ibm
9{
10namespace power_host
11{
12
13void registerCommand(CLI::App& app);
14
15}
16
17} // namespace oem_ibm
18
19} // namespace pldmtool