diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-30 14:01:00 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-01-15 22:23:20 +0100 |
commit | 74f94482cc61956bd61457ba9c7b9fd1b8c67ec9 (patch) | |
tree | 833374fd1856f51c88918d9293aaaa8c635e9402 /doc | |
parent | 3cf46c2defb9ef92c7f7321349e41fdd3f93cc5f (diff) | |
download | Nim-74f94482cc61956bd61457ba9c7b9fd1b8c67ec9.tar.gz |
Adds parseopt2 module to documentation index.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 92a4a7c83..e9aa9e857 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -227,7 +227,12 @@ Parsers ------- * `parseopt <parseopt.html>`_ - The ``parseopt`` module implements a command line option parser. This + The ``parseopt`` module implements a command line option parser. + **Deprecated since version 0.9.3:** Use the `parseopt2 + <parseopt2.html>`_ module instead. + +* `parseopt2 <parseopt2.html>`_ + The ``parseopt2`` module implements a command line option parser. This supports long and short command options with optional values and command line arguments. |