blob: cb80b0f4fd2c768f7e0b63328139d1f0d84095bc [file] [log] [blame]
#pragma once
#include <CLI/CLI.hpp>
namespace pldmtool
{
namespace bios
{
void registerCommand(CLI::App& app);
} // namespace bios
} // namespace pldmtool