v0.8.21 make either localHost or remoteHost mandatory

merge-requests/1/merge
az 3 years ago
parent 9edaabff98
commit e354e7f9be

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

@ -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()

Loading…
Cancel
Save