Log command line arguments

Effectively, at this point this is only sent to log file
This commit is contained in:
Jarek Sacha 2023-06-10 08:47:22 -04:00
parent 374a162f29
commit 95638a462a
No known key found for this signature in database
GPG key ID: F29625CE62288163

View file

@ -29,6 +29,7 @@ object Main:
case None =>
private def parseCommandLine(args: Array[String]): Option[Config] =
logger.debug("Command line: " + args.map("'" + _ + "'").mkString(", "))
val builder = OParser.builder[Config]
val parser1 =
import builder.*