mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
renamed largparse -> argparse; imported testing setup from literal
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user