comparison src/main.rs @ 54:ab3350def09b

...
author AnaTofuZ <k198584@ie.u-ryukyu.ac.jp>
date Mon, 23 Nov 2020 09:42:54 +0900
parents 28adbde55fe7
children d6ef7ea91ff4
comparison
equal deleted inserted replaced
53:28adbde55fe7 54:ab3350def09b
38 38
39 /// define (but don't start) a domain from an template XML file 39 /// define (but don't start) a domain from an template XML file
40 #[derive(Clap)] 40 #[derive(Clap)]
41 struct Define { 41 struct Define {
42 name: String, 42 name: String,
43 /// A level of verbosity, and can be used multiple times 43 /// create a VM with a differential from the template VM registered in $ie-virsh templates
44 #[clap(short, long, parse(from_str))] 44 #[clap(short, long, parse(from_str))]
45 template: Option<String>, 45 template: Option<String>,
46 } 46 }
47 47
48 /// domain information in XML 48 /// domain information in XML