mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 13:41:31 +00:00
docs: first pass of krata as an isolation engine
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user