about summary refs log tree commit diff
path: root/e2e-tests/jobs/command-line-tool-with-array-input.yaml
AgeCommit message (Collapse)Author
44 hourswork/command-line-tool: Convert array inputs to vector of bindings. HEAD mainArun Isaac
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.