Skip to content

Commit

Permalink
Handle parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Feb 27, 2024
1 parent 3b71e6e commit 79f739f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heidpi-rust/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ impl Cli {
error_events,
flow_events,
} => {
// TODO Handle parameters
let mut v = stream::connect("127.0.0.1:7000").await;
}
}
Expand Down

0 comments on commit 79f739f

Please sign in to comment.