Add event return type

This commit is contained in:
Tobias Reisinger 2024-03-05 00:24:15 +01:00
parent 6a0e2fd7d1
commit 2c0a8ab616
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 166 additions and 15 deletions

View file

@ -49,6 +49,8 @@ fn main() {
wrappers::skip_welcome(&mut connection);
wrappers::login(&mut connection);
// You can check for the existence of subcommands, and if found use their
// matches just as you would the top level cmd
match cli {