Add event return type
This commit is contained in:
parent
6a0e2fd7d1
commit
2c0a8ab616
7 changed files with 166 additions and 15 deletions
src
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue