v0.8.21 make either localHost or remoteHost mandatory

This commit is contained in:
az 2021-11-24 23:14:30 +01:00
parent 9edaabff98
commit e354e7f9be
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
group = 'org.domaindrivenarchitecture.provs'
version = '0.8.20'
version = '0.8.21-SNAPSHOT'
repositories {
mavenCentral()

View file

@ -38,7 +38,7 @@ class 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()