From 72180f9280a1c88fae3bce7c56a6e4b226b1e3ac Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 20 Dec 2025 23:53:33 +0000 Subject: work/command-line-tool: Support unseparated prefix arguments. We support prefix arguments that have separate: false. This also requires more normalization in the reader to ensure the default value of separate and to coerce it to a boolean. --- e2e-tests/jobs/unseparated-prefix-arguments.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 e2e-tests/jobs/unseparated-prefix-arguments.yaml (limited to 'e2e-tests/jobs') diff --git a/e2e-tests/jobs/unseparated-prefix-arguments.yaml b/e2e-tests/jobs/unseparated-prefix-arguments.yaml new file mode 100644 index 0000000..e179c1b --- /dev/null +++ b/e2e-tests/jobs/unseparated-prefix-arguments.yaml @@ -0,0 +1 @@ +message: foo -- cgit 1.4.1