crosup 0.2.6

A simple CLI tool to quickly setup your development environment on Chomebook (ChromeOS) or any Linux Distribution.
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>,
}