George Liu | 4407335 | 2020-03-12 14:00:13 +0800 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include <CLI/CLI.hpp> | ||||
4 | |||||
5 | namespace pldmtool | ||||
6 | { | ||||
7 | |||||
8 | namespace oem_ibm | ||||
9 | { | ||||
George Liu | 4407335 | 2020-03-12 14:00:13 +0800 | [diff] [blame] | 10 | |
11 | void registerCommand(CLI::App& app); | ||||
12 | |||||
George Liu | 4407335 | 2020-03-12 14:00:13 +0800 | [diff] [blame] | 13 | } // namespace oem_ibm |
14 | |||||
15 | } // namespace pldmtool |