renamed largparse -> argparse; imported testing setup from literal

This commit is contained in:
mpeterv
2014-01-12 23:41:46 +04:00
parent 5456f5a276
commit fe0b5f2874
12 changed files with 120 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
largparse
argparse
=========
Feature-rich command line parser for Lua inspired by argparse for Python.
@@ -9,9 +9,9 @@ Something already works:
```lua
local largparse = require "largparse"
local argparse = require "argparse"
local parser = largparse.parser()
local parser = argparse.parser()
parser:argument("input", {
args = 2