mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Tweak section order in readme [ci skip]
This commit is contained in:
17
README.md
17
README.md
@@ -7,6 +7,16 @@ Argparse is a feature-rich command line parser for Lua inspired by argparse for
|
||||
|
||||
Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.
|
||||
|
||||
## Contents
|
||||
|
||||
* [Example](#example)
|
||||
* [Installation](#installation)
|
||||
* [Tutorial](#tutorial)
|
||||
* [Testing](#testing)
|
||||
* [License](#license)
|
||||
|
||||
## Example
|
||||
|
||||
Simple example:
|
||||
|
||||
```lua
|
||||
@@ -90,13 +100,6 @@ Error: unknown option '--outptu'
|
||||
Did you mean '--output'?
|
||||
```
|
||||
|
||||
## Contents
|
||||
|
||||
* [Installation](#installation)
|
||||
* [Tutorial](#tutorial)
|
||||
* [Testing](#testing)
|
||||
* [License](#license)
|
||||
|
||||
## Installation
|
||||
|
||||
### Using LuaRocks
|
||||
|
Reference in New Issue
Block a user