From 08fb9274e6b378b5edd333efcc1d6dfb04f912eb Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Wed, 1 Dec 2010 00:06:44 -0500 Subject: Add response file suport to Mono.Options. Response file support is an "opt-in" feature, performed by adding a ResponseFileSource to the OptionSet initialization logic: var p = new OptionSet () { // normal options here... new ResponseFileSource (), }; Response files make use of the new "ArgumentSource" support, which acts as a low-level argument pre-processor, allowing processing of arguments _before_ Option processing is performed. --- data/mono-options.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/mono-options.pc.in b/data/mono-options.pc.in index 028ff763f33..8c569820d4e 100644 --- a/data/mono-options.pc.in +++ b/data/mono-options.pc.in @@ -4,4 +4,4 @@ Sources=${assemblies_dir}/Options.cs Name: Mono.Options Description: Command Line Parsing Library -Version: 0.2.1 +Version: 0.2.2 -- cgit v1.2.3