Skip to content

Commit 11589ae

Browse files
Add fetch command handler with async support in main.rs
1 parent e5053f6 commit 11589ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/client/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ async fn main() {
5151
Command::Login(args) => handlers::login(args),
5252
Command::Active(args) => handlers::active(args).await,
5353
Command::Commit => handlers::commit().await,
54-
Command::Fetch => {}
54+
Command::Fetch => handlers::fetch().await,
5555
}
5656
}

0 commit comments

Comments
 (0)