blob: cb80b0f4fd2c768f7e0b63328139d1f0d84095bc [file] [log] [blame]
Sridevi Ramesh98576432019-11-27 10:10:28 -06001#pragma once
Sridevi Ramesh98576432019-11-27 10:10:28 -06002#include <CLI/CLI.hpp>
3
4namespace pldmtool
5{
6
7namespace bios
8{
9
10void registerCommand(CLI::App& app);
George Liud6649362019-11-27 19:06:51 +080011
12} // namespace bios
Sridevi Ramesh98576432019-11-27 10:10:28 -060013
14} // namespace pldmtool