1 2 3 4 5 6 7 8 9 10
#[derive(Clone)] pub struct InstallArgs { pub tool: Option<String>, pub ask: bool, pub remote_is_present: bool, pub remote: Option<String>, pub port: Option<u16>, pub username: Option<String>, pub inventory: Option<String>, }