#pragma once #include namespace pldmtool { namespace fru { void registerCommand(CLI::App& app); } } // namespace pldmtool