1 2 3 4 5 6
pub fn check_lic(email: &str) -> bool { true } pub const EMAIL_ARG: &'static str = "-m, --email=[EMAIL] 'Sets your email address registered with RustDesk'";