From 9486172464454e4ad397b7a94a480ebec1d4a216 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 23 Aug 2013 20:40:29 +0200 Subject: issue 2, python version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/argparser.texinfo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'info') diff --git a/info/argparser.texinfo b/info/argparser.texinfo index d774d8b..253c3bb 100644 --- a/info/argparser.texinfo +++ b/info/argparser.texinfo @@ -332,7 +332,10 @@ add additional options. The trigger functions are functions that does not return any value, and has two or three parameters: the used option alternative, the standard option alternative, and for argumented but not variadic -options: the used value. +options: the used value but @code{null}@footnote{Or @code{NULL} or +@code{None} depending on language} if there was not argument. +In the Bash version only two arguments are used if there was not +argument is the value of @code{$#} will be 2 instead of 3. The the Java version, the standard option is not passed, so there are only one or two parameters. Instead, the function is defined -- cgit v1.2.3-70-g09d2