docs: first pass of krata as an isolation engine

This commit is contained in:
Alex Zenla
2024-06-20 19:57:18 -07:00
parent e219f3adf1
commit 23c7302c04
16 changed files with 23 additions and 27 deletions

View File

@ -28,7 +28,7 @@ enum ListFormat {
}
#[derive(Parser)]
#[command(about = "List the guests on the hypervisor")]
#[command(about = "List the guests on the isolation engine")]
pub struct ListCommand {
#[arg(short, long, default_value = "table", help = "Output format")]
format: ListFormat,