Argument parsing
This commit is contained in:
parent
32165a90f5
commit
8e6a34a231
5 changed files with 63 additions and 8 deletions
|
@ -10,6 +10,8 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// CLI argument parsing
|
||||
implementation("com.xenomachina:kotlin-argparser:2.0.7")
|
||||
// Parser combinator library
|
||||
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4")
|
||||
|
||||
|
|
Reference in a new issue