mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
hypha: implement subcommands and introduce destroy that tears things down properly
This commit is contained in:
@ -21,6 +21,7 @@ fn main() -> Result<(), XenClientError> {
|
||||
initrd_path: initrd_path.as_str(),
|
||||
cmdline: "debug elevator=noop",
|
||||
disks: vec![],
|
||||
extra_keys: vec![],
|
||||
};
|
||||
let domid = client.create(&config)?;
|
||||
println!("created domain {}", domid);
|
||||
|
Reference in New Issue
Block a user