Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fix flag param handling in gevulot-cli (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki authored Jun 28, 2024
1 parent bec1cd5 commit e173d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ pub async fn run_exec_command(
.cmd_args
.into_iter()
.flat_map(<[String; 2]>::from)
.filter(|x| !x.is_empty())
.collect(),
inputs: input_data,
};
Expand Down

0 comments on commit e173d5d

Please sign in to comment.