aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src/command.rs')
-rw-r--r--mumlib/src/command.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index 73a065d..d2e8477 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -19,6 +19,7 @@ pub enum Command {
host: String,
port: u16,
username: String,
+ password: Option<String>,
accept_invalid_cert: bool,
},
ServerDisconnect,