feature(ctl): add --format option to host status and improve cpu topology format

This commit is contained in:
Alex Zenla
2024-08-23 12:13:42 -07:00
parent adb7b29354
commit 311b771f73
6 changed files with 124 additions and 45 deletions

View File

@ -7,13 +7,13 @@ use krata::v1::control::control_service_client::ControlServiceClient;
use crate::cli::host::cpu_topology::HostCpuTopologyCommand;
use crate::cli::host::hv_console::HostHvConsoleCommand;
use crate::cli::host::identify::HostStatusCommand;
use crate::cli::host::idm_snoop::HostIdmSnoopCommand;
use crate::cli::host::status::HostStatusCommand;
pub mod cpu_topology;
pub mod hv_console;
pub mod identify;
pub mod idm_snoop;
pub mod status;
#[derive(Parser)]
#[command(about = "Manage the host of the isolation engine")]