Stop using clap's 'derive' feature for a single argument
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
135a2c1611
commit
a81c0e631c
3 changed files with 20 additions and 13 deletions
|
|
@ -64,6 +64,9 @@ impl XmppClient {
|
|||
.await
|
||||
}
|
||||
}
|
||||
Event::Disconnected => {
|
||||
debug!("XMPP Disconnected");
|
||||
}
|
||||
_ => {
|
||||
debug!("XMPP Event not supported")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue