issues
search
xenomachina
/
kotlin-argparser
Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
GNU Lesser General Public License v2.1
485
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
kotlin-argparser and native?
#79
teras
opened
1 year ago
0
Extend the optional delegate to accept a list of hardcoded acceptable values
#78
NoakPalander
opened
2 years ago
0
JCenter end of life
#77
nbonbon
opened
3 years ago
0
Support options of the form "-<number>" (hyphen immediately followed by a number)
#76
amynbe
opened
4 years ago
0
Switch TravisCI to use OpenJDK8
#75
xenomachina
closed
4 years ago
1
fix typo in docs
#74
Wasabi375
closed
4 years ago
1
Is this project dead?
#73
guenhter
opened
5 years ago
1
better handling of long parameter names in the default formatter
#72
stevenklassen8376
opened
5 years ago
0
Influcence exit behaviour
#71
guenhter
opened
5 years ago
0
Added --version option in the same manner as --help.
#70
pcoltau
opened
5 years ago
3
calling default lambda only once per delegate
#69
tobiberger
opened
6 years ago
1
Don't be too strict with positional and positionalList names
#68
holgerbrandl
opened
6 years ago
0
Interest in better support for sub parsers
#67
DarrienG
opened
6 years ago
2
Help section titles should be capitalized
#66
holgerbrandl
opened
6 years ago
2
Make `mainBody` behavior the default when parsing args
#65
holgerbrandl
closed
6 years ago
3
Include exception handling in force parse
#64
exaV
opened
6 years ago
3
Allow escaping strings
#63
Cydhra
closed
6 years ago
6
InvalidArgumentName when argument name has trailing digit
#62
srki-lendup
opened
6 years ago
2
Exception in thread "main" com.xenomachina.argparser.ShowHelpException: Help was requested
#61
sanity
closed
6 years ago
3
Readme example does not work
#60
engelkes-finstreet
opened
6 years ago
3
Incorrect example main function in README.md
#59
LeonardOneWave
closed
6 years ago
1
Is it possible to allow number parameters
#58
oshai
closed
6 years ago
3
Print help when catching SystemExitException
#57
exaV
closed
6 years ago
1
Hierarchical arguments
#56
xenomachina
opened
6 years ago
0
Allow the dot character in options and arguments
#55
tgockel
closed
6 years ago
2
Allow '.' as Separator in Options and Arguments
#54
tgockel
closed
6 years ago
2
Lazy parsing
#53
mykola-dev
opened
6 years ago
4
Update README.md
#52
InsanusMokrassar
opened
6 years ago
1
Default values with null not working
#51
davidgodzsak
closed
6 years ago
2
Maven not downloading .jar from bintray
#50
seanfdnn
closed
6 years ago
6
Spaces should not be removed for --help prologue message
#49
lamao
opened
6 years ago
1
Incorrect line breaking for line with many words
#48
lamao
closed
6 years ago
1
Cross referencing arguments cause StackOverflowError
#47
pcoltau
closed
6 years ago
1
Make mainBody inline
#46
pcoltau
closed
6 years ago
2
Add default values to help output
#45
asarkar
opened
6 years ago
3
Provide examples when the default value or validation depends on other arguments
#44
asarkar
closed
6 years ago
4
Provide validation option for positional arguments
#43
asarkar
closed
6 years ago
3
Methods like adding, flagging, etc. should only use the public API, but PosixNaming is internal
#42
xenomachina
opened
6 years ago
0
Help message bug
#41
masics
closed
6 years ago
1
Allow omitting mandatory parameters
#40
masics
opened
6 years ago
4
Support to print usage explicitly or on error.
#39
DALDEI
opened
6 years ago
4
Added skip unknown arguments mode
#38
lokkie
opened
6 years ago
4
ArgParser throws exceptions on --help and missing arguments
#37
trietsch
closed
6 years ago
2
Argument optional or mandatory depend on another argument
#36
JcMinarro
closed
6 years ago
1
Can someone provide an example of an optional argument?
#35
ilovemysillybanana
closed
6 years ago
1
Default for parser arguments should be able to take a lambda
#34
mjburghoffer
closed
6 years ago
1
Update gradle to 4.3.1
#33
ColinHebert
closed
6 years ago
1
Fixes #27 Add inline block parsing method
#32
shanethehat
closed
6 years ago
2
Add a combination of adding/mapping arguments
#31
ColinHebert
opened
7 years ago
1
Add packages to README (Fixes #26)
#30
shanethehat
closed
7 years ago
1
Next