Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.1 KB

clitool

Unit Tests Java Version Language License

A small set of Scala traits to help execute command line tools.

Cisco and the Grand Canyon

val ScriptResource = "io/cvbio/io/CliToolTest.py"

Python3.execScript(
  scriptResource = ScriptResource,
  args           = Seq.empty,
  logger         = Some(logger),
  stdoutRedirect = logger.info,
  stderrRedirect = logger.warning,
)

If Mill is your build tool

ivyDeps ++ Agg(ivy"io.cvbio.io::clitool::0.1.0")

If SBT is your build tool

libraryDependencies += "io.cvbio.io" %% "clitool" % "0.1.0"