issues
search
lunarmodules
/
lua_cliargs
A command-line argument parsing module for Lua.
MIT License
123
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove help error condition
#78
TheMagician23
opened
11 months ago
0
Release 3.0.2
#77
alerque
closed
10 months ago
0
Swap out YAML and other config loaders with Lua 5.4 compatible ones
#76
alerque
opened
11 months ago
1
Add busted test runner via GH Actions
#75
alerque
closed
11 months ago
1
Setup automated deploys
#74
alerque
closed
11 months ago
1
Status of project maintenence, suggestion of transfering to lunarmodules
#73
alerque
closed
11 months ago
12
Parsing --help needs to return something other than an error
#72
alerque
opened
1 year ago
1
In Windows, fails during installation
#71
wordpad25
opened
2 years ago
1
Option to accept multiple options not documented
#70
alerque
opened
3 years ago
0
No way to make the value of an option optional
#69
alerque
opened
3 years ago
0
Can't only use optional arguments?
#68
ergpopler
opened
3 years ago
0
STDIN/STDOUT reference `-` can't be used as argument
#67
alerque
opened
3 years ago
0
Add architecture ppc64le to travis build
#66
zazzel
closed
10 months ago
3
Travis CI: ensure testing of source code in repo
#65
deining
closed
11 months ago
1
Crash when reading numbers and/or boolean values from ini files
#64
deining
opened
4 years ago
1
Fix: reading default files from .ini file
#63
deining
closed
10 months ago
2
Make MAX_COLS configurable
#62
piotrp
opened
5 years ago
0
Spelling suggestions
#61
daurnimator
opened
6 years ago
0
Versioning
#60
Tieske
closed
10 months ago
3
Unbound splat arguments, fixes GH-54
#59
amireh
opened
7 years ago
0
Accept a custom newline character
#58
amireh
closed
10 months ago
1
`generate_help_and_usage` in printer uses a POSIX newline
#57
raphaelcohn
closed
10 months ago
5
Fixing bug in changing key and desc column sizes
#56
raphaelcohn
closed
10 months ago
4
set_colsz does not
#55
raphaelcohn
closed
10 months ago
1
Drop arbitrary limit on splat arguments
#54
n0la
opened
7 years ago
5
Commands from files not displaying description
#53
cjtallman
opened
8 years ago
2
Fixed an issue when trying to print help for a nil default option value.
#52
cjtallman
closed
9 years ago
5
Updates to 3.0 branch
#51
o-lim
closed
9 years ago
1
3.0
#50
amireh
closed
8 years ago
22
missing local prefix for cli_error function
#49
tst2005
closed
9 years ago
2
feature request: named commands (myluafile.lua command)
#48
akaRem
closed
7 years ago
4
optimization of wordwrap function
#47
Tieske
closed
6 years ago
6
Add support for --no-flags
#46
o-lim
closed
9 years ago
8
Add editor temp files to .gitignore
#45
o-lim
closed
9 years ago
0
Cleanup module on error
#44
o-lim
closed
9 years ago
7
Rockspec and _VERSION not updated for v2.4 tag
#43
o-lim
closed
9 years ago
2
Update usage to print optional `--`
#42
o-lim
closed
9 years ago
1
Fix version string not matching rockspec version
#41
o-lim
closed
9 years ago
1
Add callbacks for arugument parsing
#40
o-lim
closed
9 years ago
4
Set default option value to nil if no default is specified
#39
o-lim
closed
9 years ago
6
Fix issue #36 short keys with - getting clipped
#38
o-lim
closed
9 years ago
0
Support option callback returning error message
#37
o-lim
closed
9 years ago
1
Short keys with - are getting clipped
#36
amireh
closed
9 years ago
4
Modify cli:parse to take arg as an input
#35
o-lim
closed
9 years ago
3
Returning an error code when the argument parsing fails
#34
subnetmarco
closed
9 years ago
2
Add callback function for options parsing
#33
o-lim
closed
9 years ago
9
Add `--` as marker for end of options
#32
o-lim
closed
9 years ago
12
Specifiying an option multiple times inserts to a list
#31
o-lim
closed
9 years ago
2
updated typo
#30
Tieske
closed
9 years ago
0
Version flag doesn't work in example.lua
#29
subnetmarco
closed
9 years ago
5
Next