Add more subcommands to tool

This commit is contained in:
Jeremy Soller
2020-02-24 13:42:00 -07:00
parent d511a57bff
commit 8d0bab01f7
3 changed files with 203 additions and 18 deletions

View File

@@ -9,6 +9,9 @@ mod error;
pub use self::firmware::Firmware;
mod firmware;
pub use self::legacy::EcLegacy;
mod legacy;
pub use self::pmc::Pmc;
mod pmc;