All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ammonite.repl.tools.Util.scala Maven / Gradle / Ivy

package ammonite.repl.tools

object Util {

  /**
    * Additional [[mainargs.TokensReader]] instance to teach it how to read Ammonite paths
    */
  implicit object PathRead
  extends mainargs.TokensReader[os.Path]("path", strs => Right(os.Path(strs.last, os.pwd)))

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy