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

Fix flag param handling in gevulot-cli #201

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading