File: index.rst

package info (click to toggle)
lua-argparse 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 364 kB
  • sloc: python: 38; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Argparse tutorial
=================

Contents:

.. toctree::

   parsers
   arguments
   options
   mutexes
   commands
   defaults
   callbacks
   messages
   completions
   misc

This is a tutorial for `argparse <https://github.com/luarocks/argparse>`_, a feature-rich command line parser for Lua.