Join Slack
Powered by
is there a "standard" library for parsing args?
# announcements
d
davidase
01/29/2018, 11:00 AM
is there a "standard" library for parsing args?
🚫 1
g
gildor
01/29/2018, 11:05 AM
No, but I remember some pure Kotlin implementation, not sure about name
j
jk
01/29/2018, 11:05 AM
there’s no standard, but there’s a bunch of options here:
https://github.com/KotlinBy/awesome-kotlin#command-line-interface-back-
c
Czar
01/29/2018, 11:06 AM
This one?
https://github.com/xenomachina/kotlin-argparser
👌 1
o
orangy
01/29/2018, 11:08 AM
I wonder if
@cedric
wants to update JCommander with Kotlin-friendly API 🙂
orangy
01/29/2018, 11:09 AM
It works, of course (
http://jcommander.org/#_kotlin
)
c
cedric
01/29/2018, 1:45 PM
What kind of improvement do you have mind
@orangy
?
i
ianbrandt
01/29/2018, 3:02 PM
Just rename it to KCommander. 😏
K 1
🧌 1
2
Views
Open in Slack
Previous
Next