From 4ccbbccc51a03887707aa4668c8f6eeec394a757 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 18 Dec 2025 14:38:09 +0000 Subject: work/command-line-tool: Convert array inputs to vector of bindings. Earlier, we were converting array inputs to a list of bindings. We now use a vector to be consistent with the spirit and letter of the rest of the code. --- e2e-tests/jobs/command-line-tool-with-array-input.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 e2e-tests/jobs/command-line-tool-with-array-input.yaml (limited to 'e2e-tests/jobs') diff --git a/e2e-tests/jobs/command-line-tool-with-array-input.yaml b/e2e-tests/jobs/command-line-tool-with-array-input.yaml new file mode 100644 index 0000000..a0fc50c --- /dev/null +++ b/e2e-tests/jobs/command-line-tool-with-array-input.yaml @@ -0,0 +1,3 @@ +messages: + - foo + - bar -- cgit 1.4.1