[skip-ci] Add todo messages.

This commit is contained in:
erik 2022-08-25 16:24:10 +02:00
parent 46b822d4cd
commit d9d8678b82

View file

@ -27,6 +27,7 @@ fun main(args: Array<String>) {
val cmd = CliArgumentsParser("provs-server.jar subcommand target").parseCommand(checkedArgs)
// ToDo: exitProcess makes testing harder, find another solution
// validate parsed arguments
if (!cmd.isValidTarget()) {
println("Remote or localhost not valid, please try -h for help.")