diff options
Diffstat (limited to 'info/argparser.texinfo')
-rw-r--r-- | info/argparser.texinfo | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/info/argparser.texinfo b/info/argparser.texinfo index ff355d5..e6ef346 100644 --- a/info/argparser.texinfo +++ b/info/argparser.texinfo @@ -51,7 +51,10 @@ Texts. A copy of the license is included in the section entitled @menu * Overview:: Brief overview of @command{argparser}. -* Python verison:: Using the python version. +* Python version:: Using the Python version. +@c* Java version:: Using the Java version. +@c* Bash version:: Using the Bash version. +@c* C version:: Using the C version. * GNU Free Documentation License:: Copying and sharing this manual. @end menu @@ -71,8 +74,8 @@ following argument as an argumented option does. -@node Python verison -@chapter Python verison +@node Python version +@chapter Python version To use argparser you need to import @code{ArgParser} from @code{argparser} using the instruction @code{from argparser import *}. @@ -159,6 +162,22 @@ options invoke the nulladic method @code{help}. +@c@node Java version +@c@chapter Java version + + + +@c@node Bash version +@c@chapter Bash version + + + +@c@node C version +@c@chapter C version + + + + @node GNU Free Documentation License @appendix GNU Free Documentation License @include fdl.texinfo |