Parse args with scallop

This commit is contained in:
Joscha 2024-09-04 19:13:37 +02:00
parent 8f55c90980
commit 4b0a88447b
2 changed files with 11 additions and 16 deletions

View file

@ -6,4 +6,5 @@ lazy val root = project
name := "asciiprooftree",
version := "0.0.0",
scalaVersion := scala3Version,
libraryDependencies += "org.rogach" %% "scallop" % "5.1.0",
)