mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-27 18:42:20 +00:00
20 lines
300 B
ReStructuredText
20 lines
300 B
ReStructuredText
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.
|