From f27f579358d2c12fc3926bfd5bb95ef3e08ca6a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Apr 2019 15:09:44 +0200 Subject: Handle combined option values in argv_file_scanner Turns out we cannot just pass them along as combined because of quoting. While at it, also add support for quoting non-option arguments. --- examples/file/test.ops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/file/test.ops b/examples/file/test.ops index 47097fb..65fcf07 100644 --- a/examples/file/test.ops +++ b/examples/file/test.ops @@ -4,4 +4,4 @@ --verbose 5 --val 2 ---val 3 +--val=3 -- cgit v1.1