v0.8.21 make either localHost or remoteHost mandatory
This commit is contained in:
parent
9edaabff98
commit
e354e7f9be
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
||||||
|
|
||||||
|
|
||||||
group = 'org.domaindrivenarchitecture.provs'
|
group = 'org.domaindrivenarchitecture.provs'
|
||||||
version = '0.8.20'
|
version = '0.8.21-SNAPSHOT'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
@ -38,7 +38,7 @@ class CliCommand(
|
||||||
}
|
}
|
||||||
|
|
||||||
fun parseCli(args: Array<String>): CliCommand {
|
fun parseCli(args: Array<String>): CliCommand {
|
||||||
val parser = ArgParser("meissa.provs.application.CliKt main")
|
val parser = ArgParser("provs")
|
||||||
|
|
||||||
val configFileName by parser.argument(ArgType.String, description = "the config file name to apply").optional()
|
val configFileName by parser.argument(ArgType.String, description = "the config file name to apply").optional()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue