blob: 5d548dce78f0351cb642abfed9410caa45381d6b [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
Pavithra Barithayaa340eed2023-02-14 03:32:47 -060013/*@brief method to parse the command line option for
14 get PDR command.
15*/
16void parseGetPDROption();
17
18void getPDRs();
19
George Liud6649362019-11-27 19:06:51 +080020} // namespace platform
21
22} // namespace pldmtool