Can query hypervisor information
This commit is contained in:
@ -72,6 +72,10 @@ pub struct AppConfig {
|
||||
/// Directory where temporary files are stored
|
||||
#[arg(long, env, default_value = "/tmp")]
|
||||
pub temp_dir: String,
|
||||
|
||||
/// Hypervisor URI. If not specified, "" will be used instead
|
||||
#[arg(long, env)]
|
||||
pub hypervisor_uri: Option<String>,
|
||||
}
|
||||
|
||||
lazy_static::lazy_static! {
|
||||
|
Reference in New Issue
Block a user