lic draft

This commit is contained in:
opentrade
2021-04-08 17:53:56 +08:00
parent 92bd9c3250
commit 25554dd318
5 changed files with 578 additions and 30 deletions

6
src/lic.rs Normal file
View File

@@ -0,0 +1,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'";