mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
Log command line arguments
Effectively, at this point this is only sent to log file
This commit is contained in:
parent
374a162f29
commit
95638a462a
1 changed files with 1 additions and 0 deletions
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue